PropertyGrid.PropertyTabCollection.AddTabType 方法

定义

将“属性”选项卡添加到集合中。

重载

AddTabType(Type)

将一个指定类型的“属性”选项卡添加到集合中。

AddTabType(Type, PropertyTabScope)

将一个指定类型并具有指定范围的“属性”选项卡添加到集合中。

AddTabType(Type)

将一个指定类型的“属性”选项卡添加到集合中。

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

参数

propertyTabType
Type

要向网格添加的“属性”选项卡类型。

注解

The Property tab is added to the collection with a PropertyTabScope value of Global.

另请参阅

适用于

AddTabType(Type, PropertyTabScope)

将一个指定类型并具有指定范围的“属性”选项卡添加到集合中。

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 值之一。

另请参阅

适用于