MenuItem.shortCut Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
shortCut() | |
shortCut(String) |
shortCut()
public:
virtual System::String ^ shortCut();
public virtual string shortCut ();
abstract member shortCut : unit -> string
override this.shortCut : unit -> string
Public Overridable Function shortCut () As String
Returns
Applies to
shortCut(String)
public:
virtual System::String ^ shortCut(System::String ^ _value);
public virtual string shortCut (string _value);
abstract member shortCut : string -> string
override this.shortCut : string -> string
Public Overridable Function shortCut (_value As String) As String
Parameters
- _value
- String