[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++ |
Image SmallImage { get; }
ReadOnly Property SmallImage As Image
property Image^ SmallImage { Image^ get (); }
The small image representing this command (or null for none).