Table of Contents

Class CommandKeyBinding

Namespace
Alternet.FormDesigner.WinForms
Assembly
Alternet.FormDesigner.v9.dll

Represents a key combination bound with some action.

public class CommandKeyBinding
Inheritance
CommandKeyBinding

Constructors

CommandKeyBinding(Keys, Keys, Action, Func<bool>)

Initializes a new instance of the CommandKeyBinding class with specified settings.

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.