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,包含 PropertyTab 要顯示之 PropertyGrid 物件的集合。

屬性

備註

所有屬性索引標籤都衍生自 PropertyTab 類別。

適用於