menu

WinForms

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

    Show / Hide Table of Contents

    Class ButtonAccessibilityObject

    Represents the class that provides the accessibility object for the SfButton.

    Inheritance
    System.Object
    ButtonAccessibilityObject
    Namespace: Syncfusion.WinForms.Controls.Accessibility
    Assembly: Syncfusion.Core.WinForms.dll
    Syntax
    public class ButtonAccessibilityObject : Control.ControlAccessibleObject

    Constructors

    ButtonAccessibilityObject(SfButton)

    Initializes a new instance of the ButtonAccessibilityObject class.

    Declaration
    public ButtonAccessibilityObject(SfButton sfButton)
    Parameters
    Type Name Description
    SfButton sfButton

    The SfButton which needs to create the accessibility object.

    Properties

    Bounds

    Gets the bounds of the SfButton control.

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

    Description

    Gets the AccessibleDescription of the SfButton control.

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

    Name

    Gets the AccessibleName of the SfButton control.

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

    Parent

    Gets the accessibility object of the SfButton parent.

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

    Role

    Gets the AccessibleRole of the SfButton control.

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