PropertyGrid.SelectedTab 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前選取的屬性索引標籤。
public:
property System::Windows::Forms::Design::PropertyTab ^ SelectedTab { System::Windows::Forms::Design::PropertyTab ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.Design.PropertyTab SelectedTab { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SelectedTab : System.Windows.Forms.Design.PropertyTab
Public ReadOnly Property SelectedTab As PropertyTab
屬性值
PropertyTab,可以提供選取的檢視。
- 屬性
備註
所有屬性索引標籤都衍生自 PropertyTab 類別。