menu

WinForms

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

    Show / Hide Table of Contents

    Class ToolStripSplitButtonExAccessibility

    Provides information about ToolStripSplitButtonEx when accessibility is opened

    Inheritance
    System.Object
    ToolStripSplitButtonExAccessibility
    Namespace: Syncfusion.Windows.Forms.Tools.Accessibility
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class ToolStripSplitButtonExAccessibility : AccessibleObject

    Constructors

    ToolStripSplitButtonExAccessibility(ToolStripSplitButtonEx)

    Declaration
    public ToolStripSplitButtonExAccessibility(ToolStripSplitButtonEx button)
    Parameters
    Type Name Description
    ToolStripSplitButtonEx button

    Properties

    Bounds

    Gets the Bounds of the button

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

    DefaultAction

    Gets the default action of the button

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

    Description

    Gets the description of button

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

    Name

    Gets the Name of the button

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

    Role

    Gets the Role of the button

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

    Methods

    DoDefaultAction()

    Does the default action of button

    Declaration
    public override void DoDefaultAction()

    GetChild(Int32)

    Returns the accessibility object of child at specified index

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

    Child Index

    Returns
    Type Description
    System.Windows.Forms.AccessibleObject

    Accessibility object of child at specified index

    GetChildCount()

    Returns the child count of ToolStripSplitButtonEx

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

    Child Count

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