• HOME
  • PRODUCTS
  • DEMOS
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
  • FREE EVALUATION
Search Results for

    Show / Hide Table of Contents

    CommandKeyBinding Class

    Definition

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

    Represents a key combination bound with some action.

    Inheritance
    Object
    CommandKeyBinding
    Syntax
    public class CommandKeyBinding

    Constructors

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

    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.

    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    In This Article
    Back to top Copyright AlterNET Software Download PDF