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