Mini SQL Query Extensibility Documentation
ICommand Interface
NamespacesMiniSqlQuery.CoreICommand

[This is preliminary documentation and is subject to change.]

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.

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

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: 0.9.9.0 (0.9.9.0)