See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Get or set the short cut text. For example, 'Ctrl+Alt+X'.

Namespace: NTier.VSAddIn
Assembly: NTier.VSAddIn (in NTier.VSAddIn.dll) Version: 1.0.0.0

Syntax

C#
string ShortcutText { get; set; }
Visual Basic
Property ShortcutText As String
	Get
	Set
Visual C++
property String^ ShortcutText {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String

See Also