MoveUpCommand.KeyGesture Property
Defines the key gesture used for this command (Ctrl-Up).
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property KeyGesture As String
public override string KeyGesture { get; }
public:
virtual property String^ KeyGesture {
String^ get () override;
}
public override function get KeyGesture () : String
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Commands Namespace