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 (Type, Boolean)

[To be supplied.]

[Visual Basic]
Overloads Public Function GetImage( _
   ByVal type As Type, _
   ByVal large As Boolean _
) As Image
[C#]
public Image GetImage(
   Type type,
   bool large
);
[C++]
public: Image* GetImage(
   Type* type,
   bool large
);
[JScript]
public function GetImage(
   type : Type,
   large : Boolean
) : Image;

Parameters

type
[To be supplied.]
large
[To be supplied.]

See Also

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