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

Constructs a new ToolboxBitmapAttribute.

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

Parameters

smallImage
16 x 16 bitmap for the component.
largeImage
Any size bitmap for the component.

See Also

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