次の方法で共有


PropertyGrid.PropertyTabs プロパティ

グリッドに表示されているプロパティ タブのコレクションを取得します。

Public ReadOnly Property PropertyTabs As _
   PropertyGrid.PropertyTabCollection
[C#]
public PropertyGrid.PropertyTabCollection PropertyTabs {get;}
[C++]
public: __property PropertyGrid.PropertyTabCollection*
   get_PropertyTabs();
[JScript]
public function get PropertyTabs() :
   PropertyGrid.PropertyTabCollection;

プロパティ値

PropertyGrid に表示されている PropertyTab オブジェクトのコレクションを格納している PropertyGrid.PropertyTabCollection

解説

プロパティ タブはすべて、 PropertyTab クラスから派生します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

PropertyGrid クラス | PropertyGrid メンバ | System.Windows.Forms 名前空間