Gets or sets the toolbox item's type.
[Visual Basic] Public ReadOnly Property ToolboxItemType As Type [C#] public Type ToolboxItemType {get;} [C++] public: __property Type* get_ToolboxItemType(); [JScript] public function get ToolboxItemType() : Type;
The type identifier for the toolbox item's type.
ToolboxItemAttribute Class | ToolboxItemAttribute Members | System.ComponentModel.Design Namespace