Mini SQL Query Extensibility Documentation
ShortcutKeys Property
NamespacesMiniSqlQuery.Core.CommandsCommandBaseShortcutKeys

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

Gets the menu shortcut keys for this command (e.g. Keys.F5).
Declaration Syntax
C#Visual BasicVisual C++
public virtual Keys ShortcutKeys { get; protected set; }
Public Overridable Property ShortcutKeys As Keys
public:
virtual property Keys ShortcutKeys {
	Keys get ();
	void set (Keys value);
}
Value
The shortcut keys for this command (the default is Keys.None).

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