[This is preliminary documentation and is subject to change.]
Gets the "small image" associated with this control (for use on buttons or menu items).
Use null (or Nothing in Visual Basic) if there is no image.
| C# | Visual Basic | Visual C++ |
public virtual Image SmallImage { get; protected set; }
Public Overridable Property SmallImage As Image
public: virtual property Image^ SmallImage { Image^ get (); void set (Image^ value); }
The small image representing this command (the default is null).