Share via


MoveDownCommand.KeyGesture Property

Defines the key gesture used for this command (Ctrl-Down).

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

MoveDownCommand Class

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