Share via


CommandModel.KeyGesture Property

Defines the key gesture used for this command.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Overridable Property KeyGesture As String
public virtual string KeyGesture { get; private set; }
public:
virtual property String^ KeyGesture {
    String^ get ();
    void set (String^ value);
}
public function get KeyGesture () : String
public function set KeyGesture (value : String)

See Also

CommandModel Class

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace