WinForms

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

    Show / Hide Table of Contents

    Class CommandDockBarAccessibleObject

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

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

    Constructors

    CommandDockBarAccessibleObject(CommandDockBar)

    Declaration
    public CommandDockBarAccessibleObject(CommandDockBar dockbar)
    Parameters
    Type Name Description
    CommandDockBar dockbar

    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

    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