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

適用対象