Mini SQL Query Extensibility Documentation
SmallImage Property
NamespacesMiniSqlQuery.CoreICommandSmallImage
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: 1.0.0.0 (1.0.0.0)