Udostępnij za pośrednictwem


ToolboxService.GetToolboxItem Metoda

Definicja

Zwraca element przybornika dla danego typu.

Przeciążenia

GetToolboxItem(Type)

Zwraca element przybornika dla danego typu.

GetToolboxItem(Type, Boolean)

Zwraca element przybornika dla danego typu.

GetToolboxItem(Type)

Zwraca element przybornika dla danego typu.

public:
 static System::Drawing::Design::ToolboxItem ^ GetToolboxItem(Type ^ toolType);
public static System.Drawing.Design.ToolboxItem GetToolboxItem (Type toolType);
static member GetToolboxItem : Type -> System.Drawing.Design.ToolboxItem
Public Shared Function GetToolboxItem (toolType As Type) As ToolboxItem

Parametry

toolType
Type

Typ składnika, dla którego ma być pobierany element przybornika.

Zwraca

Element przybornika skojarzony z danym typem lub null jeśli typ nie ma odpowiedniego elementu przybornika.

Wyjątki

toolType to null.

Dotyczy

GetToolboxItem(Type, Boolean)

Zwraca element przybornika dla danego typu.

public:
 static System::Drawing::Design::ToolboxItem ^ GetToolboxItem(Type ^ toolType, bool nonPublic);
public static System.Drawing.Design.ToolboxItem GetToolboxItem (Type toolType, bool nonPublic);
static member GetToolboxItem : Type * bool -> System.Drawing.Design.ToolboxItem
Public Shared Function GetToolboxItem (toolType As Type, nonPublic As Boolean) As ToolboxItem

Parametry

toolType
Type

Typ składnika, dla którego ma być pobierany element przybornika.

nonPublic
Boolean

true aby wyszukać konstruktory inne niż publiczne w typie; false aby wyszukać konstruktory publiczne.

Zwraca

Element przybornika skojarzony z danym typem lub null jeśli typ nie ma odpowiedniego elementu przybornika.

Wyjątki

toolType to null.

Dotyczy