PropertyGrid.PropertyTabCollection.RemoveTabType(Type) 方法

定義

從集合中移除指定的索引標籤型別。

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

參數

propertyTabType
Type

要從集合中移除的索引標籤型別。

備註

從集合中移除索引標籤會將它從屬性方格中移除。

適用於