PropertyGrid.PropertyTabCollection.AddTabType メソッド

定義

プロパティ タブをコレクションに追加します。

オーバーロード

名前 説明
AddTabType(Type)

指定した型の [プロパティ ] タブをコレクションに追加します。

AddTabType(Type, PropertyTabScope)

指定した型のプロパティ タブと、指定したスコープを持つ プロパティ タブをコレクションに追加します。

AddTabType(Type)

ソース:
PropertyGrid.PropertyTabCollection.cs
ソース:
PropertyGrid.PropertyTabCollection.cs
ソース:
PropertyGrid.PropertyTabCollection.cs
ソース:
PropertyGrid.PropertyTabCollection.cs
ソース:
PropertyGrid.PropertyTabCollection.cs

指定した型の [プロパティ ] タブをコレクションに追加します。

public:
 void AddTabType(Type ^ propertyTabType);
public void AddTabType(Type propertyTabType);
member this.AddTabType : Type -> unit
Public Sub AddTabType (propertyTabType As Type)

パラメーター

propertyTabType
Type

グリッドに追加する [プロパティ ] タブの種類。

注釈

[ プロパティ ] タブは、 PropertyTabScope 値が Global のコレクションに追加されます。

こちらもご覧ください

適用対象

AddTabType(Type, PropertyTabScope)

ソース:
PropertyGrid.PropertyTabCollection.cs
ソース:
PropertyGrid.PropertyTabCollection.cs
ソース:
PropertyGrid.PropertyTabCollection.cs
ソース:
PropertyGrid.PropertyTabCollection.cs
ソース:
PropertyGrid.PropertyTabCollection.cs

指定した型のプロパティ タブと、指定したスコープを持つ プロパティ タブをコレクションに追加します。

public:
 void AddTabType(Type ^ propertyTabType, System::ComponentModel::PropertyTabScope tabScope);
public void AddTabType(Type propertyTabType, System.ComponentModel.PropertyTabScope tabScope);
member this.AddTabType : Type * System.ComponentModel.PropertyTabScope -> unit
Public Sub AddTabType (propertyTabType As Type, tabScope As PropertyTabScope)

パラメーター

propertyTabType
Type

グリッドに追加する [プロパティ ] タブの種類。

tabScope
PropertyTabScope

PropertyTabScope値の 1 つ。

こちらもご覧ください

適用対象