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!

DrawingToolboxItem Constructor (Type)

Basic ctor. Display name will be short type name.

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

Parameters

toolType
The Type of the tool for this toolbox item

See Also

DrawingToolboxItem Class | DrawingToolboxItem Members | System.Drawing.Design Namespace | DrawingToolboxItem Constructor Overload List