PropertyGrid.PropertyTabCollection.AddTabType 方法

定义

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

重载

名称 说明
AddTabType(Type)

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

AddTabType(Type, PropertyTabScope)

将指定类型的 “属性 ”选项卡以及具有指定作用域的集合添加到集合中。

AddTabType(Type)

Source:
PropertyGrid.PropertyTabCollection.cs
Source:
PropertyGrid.PropertyTabCollection.cs
Source:
PropertyGrid.PropertyTabCollection.cs
Source:
PropertyGrid.PropertyTabCollection.cs
Source:
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)

Source:
PropertyGrid.PropertyTabCollection.cs
Source:
PropertyGrid.PropertyTabCollection.cs
Source:
PropertyGrid.PropertyTabCollection.cs
Source:
PropertyGrid.PropertyTabCollection.cs
Source:
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 值。

另请参阅

适用于