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 Constructor (Type)

Initializes a new instance of ToolboxItemAttribute and specifies the type of the toolbox item.

[Visual Basic]
Overloads Public Sub New( _
   ByVal toolboxItemType As Type _
)
[C#]
public ToolboxItemAttribute(
   Type toolboxItemType
);
[C++]
public: ToolboxItemAttribute(
   Type* toolboxItemType
);
[JScript]
public function ToolboxItemAttribute(
   toolboxItemType : Type
);

Parameters

toolboxItemType
The type of the toolbox item.

See Also

ToolboxItemAttribute Class | ToolboxItemAttribute Members | System.ComponentModel.Design Namespace | ToolboxItemAttribute Constructor Overload List