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.GetImage (Object)

[To be supplied.]

[Visual Basic]
Overloads Public Function GetImage( _
   ByVal component As Object _
) As Image
[C#]
public Image GetImage(
   object component
);
[C++]
public: Image* GetImage(
   Object* component
);
[JScript]
public function GetImage(
   component : Object
) : Image;

Parameters

component
[To be supplied.]

See Also

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