KeyBinding.KeyString Property
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.
Returns the key combination string for the specified keys (for example, CTRL+SHIFT+A).
public:
property System::String ^ KeyString { System::String ^ get(); };
public string KeyString { get; }
member this.KeyString : string
Public ReadOnly Property KeyString As String