ConfigurationSourceElementDeleteCommand.KeyGesture Property
Defines the key gesture used for this command.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics
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
ConfigurationSourceElementDeleteCommand Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.BlockSpecifics Namespace