This documentation is archived and is not being maintained.
ToolboxBitmapAttribute.GetImage Method
.NET Framework 1.1
Gets the small or large Image associated with this ToolboxBitmapAttribute object.
Overload List
Gets the small Image associated with this ToolboxBitmapAttribute object.
[Visual Basic] Overloads Public Function GetImage(Object) As Image
[C#] public Image GetImage(object);
[C++] public: Image* GetImage(Object*);
[JScript] public function GetImage(Object) : Image;
Gets the small Image associated with this ToolboxBitmapAttribute object.
[Visual Basic] Overloads Public Function GetImage(Type) As Image
[C#] public Image GetImage(Type);
[C++] public: Image* GetImage(Type*);
[JScript] public function GetImage(Type) : Image;
Gets the small or large Image associated with this ToolboxBitmapAttribute object.
[Visual Basic] Overloads Public Function GetImage(Object, Boolean) As Image
[C#] public Image GetImage(object, bool);
[C++] public: Image* GetImage(Object*, bool);
[JScript] public function GetImage(Object, Boolean) : Image;
Gets the small or large Image associated with this ToolboxBitmapAttribute object.
[Visual Basic] Overloads Public Function GetImage(Type, Boolean) As Image
[C#] public Image GetImage(Type, bool);
[C++] public: Image* GetImage(Type*, bool);
[JScript] public function GetImage(Type, Boolean) : Image;
Gets the small or large Image associated with this ToolboxBitmapAttribute object.
[Visual Basic] Overloads Public Function GetImage(Type, String, Boolean) As Image
[C#] public Image GetImage(Type, string, bool);
[C++] public: Image* GetImage(Type*, String*, bool);
[JScript] public function GetImage(Type, String, Boolean) : Image;
See Also
ToolboxBitmapAttribute Class | ToolboxBitmapAttribute Members | System.Drawing Namespace
Show: