Mini SQL Query Extensibility Documentation
ShortcutKeysText Property
NamespacesMiniSqlQuery.Core.CommandsCommandBaseShortcutKeysText
Gets the shortcut key text to be displayed as help.
Declaration Syntax
C#Visual BasicVisual C++
public string ShortcutKeysText { get; protected set; }
Public Property ShortcutKeysText As String
public:
virtual property String^ ShortcutKeysText {
	String^ get () sealed;
	void set (String^ value) sealed;
}
Value
The shortcut keys text.

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