Mini SQL Query Extensibility Documentation
SmallImage Property
NamespacesMiniSqlQuery.CoreICommandSmallImage

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

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 0.9.9.0 (0.9.9.0)