CommandKeyBinding Class
Definition
Namespace: Alternet.FormDesigner.WinForms
Assembly: Alternet.FormDesigner.v9.dll
Represents a key combination bound with some action.
Syntax
public class CommandKeyBinding
Constructors
CommandKeyBinding(Keys, Keys, Action, Func<Boolean>) | Initializes a new instance of the |
Properties
CanDo | Represents the method to verify whether action can be performed. |
Do | Represents the action that executes when the key combination is pressed. |
KeyCode | Represents the keys associated with the action. |
Modifiers | Represents the modifier keys associated with the action. |