menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class KeysBindingAccessibility - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class KeysBindingAccessibility

    Represents a class that used to specify the accessibility object of the key binding dialog.

    Inheritance
    System.Object
    KeysBindingAccessibility
    Namespace: Syncfusion.Windows.Forms.Edit.Accessibility
    Assembly: Syncfusion.Edit.Windows.dll
    Syntax
    public class KeysBindingAccessibility : Control.ControlAccessibleObject

    Constructors

    KeysBindingAccessibility(frmKeysBinding)

    Initializes a new instance of the KeysBindingAccessibility class.

    Declaration
    public KeysBindingAccessibility(frmKeysBinding m_frmKeysBindingDialog)
    Parameters
    Type Name Description
    frmKeysBinding m_frmKeysBindingDialog

    The instance of frmKeysBinding

    Properties

    Bounds

    Gets the rectangle bounds of key binding dialog.

    Declaration
    public override Rectangle Bounds { get; }
    Property Value
    Type
    System.Drawing.Rectangle

    Description

    Gets the accessible description of key binding dialog.

    Declaration
    public override string Description { get; }
    Property Value
    Type
    System.String

    Help

    Gets the help of key binding dialog.

    Declaration
    public override string Help { get; }
    Property Value
    Type
    System.String

    Name

    Gets the name of key binding dialog.

    Declaration
    public override string Name { get; }
    Property Value
    Type
    System.String

    Parent

    Gets the parent of key binding dialog.

    Declaration
    public override AccessibleObject Parent { get; }
    Property Value
    Type
    System.Windows.Forms.AccessibleObject

    Role

    Gets accessible role of the key binding dialog.

    Declaration
    public override AccessibleRole Role { get; }
    Property Value
    Type
    System.Windows.Forms.AccessibleRole

    State

    Gets accessible state of the key binding dialog.

    Declaration
    public override AccessibleStates State { get; }
    Property Value
    Type
    System.Windows.Forms.AccessibleStates
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved