PropertyGrid.PropertyTabs プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
グリッドに表示されているプロパティ タブのコレクションを取得します。
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 。