PropertyGrid.PropertyTabCollection.AddTabType 메서드

정의

컬렉션에 속성 탭을 추가합니다.

오버로드

Name Description
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 하나입니다.

추가 정보

적용 대상