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

Constructs a new ToolboxBitmapAttribute.

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

Parameters

smallImage
16 x 16 bitmap for the component.

See Also

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