PropertyGrid.PropertyTabs 속성

정의

표에 표시되는 속성 탭의 컬렉션을 가져옵니다.

public:
 property System::Windows::Forms::PropertyGrid::PropertyTabCollection ^ PropertyTabs { System::Windows::Forms::PropertyGrid::PropertyTabCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.PropertyGrid.PropertyTabCollection PropertyTabs { get; }
[<System.ComponentModel.Browsable(false)>]
member this.PropertyTabs : System.Windows.Forms.PropertyGrid.PropertyTabCollection
Public ReadOnly Property PropertyTabs As PropertyGrid.PropertyTabCollection

속성 값

PropertyGrid.PropertyTabCollection

PropertyGrid.PropertyTabCollection에 표시되는 PropertyTab 개체의 컬렉션을 포함하는 PropertyGrid입니다.

특성

설명

모든 속성 탭은 클래스에서 파생됩니다 PropertyTab .

적용 대상