ToolboxItemAttribute.ToolboxItemType Property

Definition

Gets or sets the type of the toolbox item.

public:
 property Type ^ ToolboxItemType { Type ^ get(); };
public Type ToolboxItemType { get; }
public Type? ToolboxItemType { get; }
member this.ToolboxItemType : Type
Public ReadOnly Property ToolboxItemType As Type

Property Value

The type of the toolbox item.

Exceptions

The type cannot be found.

Applies to