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!

ToolboxBitmapAttribute Constructor (String)

Constructs a new ToolboxBitmapAttribute.

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

Parameters

imageFile
the file neame for a 16 x 16 bitmap for the component.

See Also

ToolboxBitmapAttribute Class | ToolboxBitmapAttribute Members | System.Drawing Namespace | ToolboxBitmapAttribute Constructor Overload List