WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommandBarAccessibleObject

    Show / Hide Table of Contents

    Class CommandBarAccessibleObject

    ControlAccessibleObject derived class that implements the Accessibility object for the CommandBar.

    Inheritance
    System.Object
    CommandBarAccessibleObject
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class CommandBarAccessibleObject : Control.ControlAccessibleObject

    Constructors

    CommandBarAccessibleObject(CommandBar)

    Declaration
    public CommandBarAccessibleObject(CommandBar cbar)
    Parameters
    Type Name Description
    CommandBar cbar

    Properties

    Bounds

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

    Description

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

    Help

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

    Name

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

    Parent

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

    Role

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

    State

    Declaration
    public override AccessibleStates State { get; }
    Property Value
    Type Description
    System.Windows.Forms.AccessibleStates

    Value

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

    Methods

    GetChild(Int32)

    Declaration
    public override AccessibleObject GetChild(int index)
    Parameters
    Type Name Description
    System.Int32 index
    Returns
    Type Description
    System.Windows.Forms.AccessibleObject

    GetChildCount()

    Declaration
    public override int GetChildCount()
    Returns
    Type Description
    System.Int32

    GetFocused()

    Declaration
    public override AccessibleObject GetFocused()
    Returns
    Type Description
    System.Windows.Forms.AccessibleObject

    HitTest(Int32, Int32)

    Declaration
    public override AccessibleObject HitTest(int x, int y)
    Parameters
    Type Name Description
    System.Int32 x
    System.Int32 y
    Returns
    Type Description
    System.Windows.Forms.AccessibleObject

    Navigate(AccessibleNavigation)

    Declaration
    public override AccessibleObject Navigate(AccessibleNavigation navdir)
    Parameters
    Type Name Description
    System.Windows.Forms.AccessibleNavigation navdir
    Returns
    Type Description
    System.Windows.Forms.AccessibleObject
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved