menu

WinForms

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

    Show / Hide Table of Contents

    Class ImageButtonAccessibility

    Provides information about a control that can be used by an accessibility application.

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

    Constructors

    ImageButtonAccessibility(ImageButton)

    Constructor

    Declaration
    public ImageButtonAccessibility(ImageButton imageButton)
    Parameters
    Type Name Description
    ImageButton imageButton

    The RibbonControlAdv instance.

    Properties

    Bounds

    Bounds of the Control

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

    The accessible object bounds.

    Description

    Gets the description of the RibbonControlAdvAccessibility

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

    A string describing the RibbonControlAdvAccessibility.

    Help

    Gets the description of what the object does or how the object is used.

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

    The description of what the object does or how the object is used.

    Name

    Gets or sets the accessible object name

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

    The accessible object name.

    Parent

    Gets the parent of an accessible object.

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

    An RibbonControlAdvAccessibility that represents the parent of an accessible object, or null if there is no parent object.

    Role

    Gets the role for the RibbonControlAdv. This is used by accessibility programs.

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

    State

    Gets the state of this accessible object.

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

    Value

    Gets or sets the value of an accessible object.

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

    Methods

    GetFocused()

    Retrieves the object that has the focus.

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

    An RibbonControlAdvAccessibility that specifies the currently focused child. This method returns the calling object if the object itself is focused. Returns null if no object has focus.

    HitTest(Int32, Int32)

    Retrieves the child object at the specified screen coordinates.

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

    The horizontal screen coordinate.

    System.Int32 y

    The vertical screen coordinate.

    Returns
    Type Description
    System.Windows.Forms.AccessibleObject

    An RibbonControlAdvAccessibility that represents the child object at the given screen coordinates. This method returns the calling object if the object itself is at the location specified. Returns null if no object is at the tested location.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved