NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ToolboxItemAttribute.ToolboxItemType

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;

Property Value

The type identifier for the toolbox item's type.

See Also

ToolboxItemAttribute Class | ToolboxItemAttribute Members | System.ComponentModel.Design Namespace