指定した型および指定したスコープのプロパティ タブをコレクションに追加します。
Overloads Public Sub AddTabType( _
ByVal propertyTabType As Type, _ ByVal tabScope As PropertyTabScope _)
[C#]
public void AddTabType(TypepropertyTabType,PropertyTabScopetabScope);
[C++]
public: void AddTabType(Type* propertyTabType,PropertyTabScopetabScope);
[JScript]
public function AddTabType(
propertyTabType : Type,tabScope : PropertyTabScope);
パラメータ
- propertyTabType
グリッドに追加するプロパティ タブの型。 - tabScope
PropertyTabScope 値の 1 つ。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
PropertyGrid.PropertyTabCollection クラス | PropertyGrid.PropertyTabCollection メンバ | System.Windows.Forms 名前空間 | PropertyGrid.PropertyTabCollection.AddTabType オーバーロードの一覧 | PropertyTabScope