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 (String)

Initializes a new instance of ToolboxItemAttribute and specifies the name of the type.

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

Parameters

toolboxItemTypeName
The name of the type of the toolbox item.

See Also

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