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

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

Overload List

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

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

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

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

See Also

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