Mini SQL Query Extensibility Documentation
ICommand Interface
NamespacesMiniSqlQuery.CoreICommand
Represents a "command", typically a user action such as saving a file or executing a query.
Declaration Syntax
C#Visual BasicVisual C++
public interface ICommand
Public Interface ICommand
public interface class ICommand
Members
All MembersMethodsProperties



IconMemberDescription
Enabled
Gets a value indicating whether this ICommand is enabled.

Execute()()()
Executes the command based on the current settings.

Name
The name of the command, used in menus and buttons.

Services
A reference to the application services to allow access to the other components.

Settings
Gets a reference to the application settings.

ShortcutKeys
Gets the menu shortcut keys for this command (e.g. Keys.F5).

ShortcutKeysText
Gets the shortcut key text to be displayed as help.

SmallImage
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.

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