ToolboxItemAttribute 생성자

정의

ToolboxItemAttribute 클래스의 새 인스턴스를 초기화하고 기본 초기화 값을 사용할지 여부를 지정합니다.

오버로드

ToolboxItemAttribute(Boolean)

ToolboxItemAttribute 클래스의 새 인스턴스를 초기화하고 기본 초기화 값을 사용할지 여부를 지정합니다.

ToolboxItemAttribute(String)

지정된 형식 이름을 사용하여 ToolboxItemAttribute 클래스의 새 인스턴스를 초기화합니다.

ToolboxItemAttribute(Type)

지정된 도구 상자 항목 형식을 사용하여 ToolboxItemAttribute 클래스의 새 인스턴스를 초기화합니다.

ToolboxItemAttribute(Boolean)

Source:
ToolboxItemAttribute.cs
Source:
ToolboxItemAttribute.cs
Source:
ToolboxItemAttribute.cs

ToolboxItemAttribute 클래스의 새 인스턴스를 초기화하고 기본 초기화 값을 사용할지 여부를 지정합니다.

public:
 ToolboxItemAttribute(bool defaultType);
public ToolboxItemAttribute (bool defaultType);
new System.ComponentModel.ToolboxItemAttribute : bool -> System.ComponentModel.ToolboxItemAttribute
Public Sub New (defaultType As Boolean)

매개 변수

defaultType
Boolean

기본 형식의 도구 상자 항목 특성을 만들려면 true이고, 이 특성에 대해 기본 도구 상자 항목 지원을 연결하지 않으려면 false입니다.

설명

기본적으로 속성은 ToolboxItemType 로 설정됩니다 ToolboxItem.

적용 대상

ToolboxItemAttribute(String)

Source:
ToolboxItemAttribute.cs
Source:
ToolboxItemAttribute.cs
Source:
ToolboxItemAttribute.cs

지정된 형식 이름을 사용하여 ToolboxItemAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 ToolboxItemAttribute(System::String ^ toolboxItemTypeName);
public ToolboxItemAttribute (string toolboxItemTypeName);
new System.ComponentModel.ToolboxItemAttribute : string -> System.ComponentModel.ToolboxItemAttribute
Public Sub New (toolboxItemTypeName As String)

매개 변수

toolboxItemTypeName
String

도구 상자 항목의 형식 및 해당 형식이 들어 있는 어셈블리의 이름입니다.

설명

이 생성자는 매개 변수가 toolboxItemTypeName항목 형식>의 양식 < 이름,<어셈블리>의 이름(예: System.Drawing.Design.ToolboxItem, System.Drawing.Design)에 있어야 합니다.

적용 대상

ToolboxItemAttribute(Type)

Source:
ToolboxItemAttribute.cs
Source:
ToolboxItemAttribute.cs
Source:
ToolboxItemAttribute.cs

지정된 도구 상자 항목 형식을 사용하여 ToolboxItemAttribute 클래스의 새 인스턴스를 초기화합니다.

public:
 ToolboxItemAttribute(Type ^ toolboxItemType);
public ToolboxItemAttribute (Type toolboxItemType);
new System.ComponentModel.ToolboxItemAttribute : Type -> System.ComponentModel.ToolboxItemAttribute
Public Sub New (toolboxItemType As Type)

매개 변수

toolboxItemType
Type

해당 도구 상자 항목의 형식입니다.

적용 대상