Mini SQL Query Extensibility Documentation
SmallImage Property
NamespacesMiniSqlQuery.Core.CommandsCommandBaseSmallImage
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++
public virtual Image SmallImage { get; protected set; }
Public Overridable Property SmallImage As Image
public:
virtual property Image^ SmallImage {
	Image^ get ();
	void set (Image^ value);
}
Value
The small image representing this command (the default is null).

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