menu

WinForms

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

    Show / Hide Table of Contents

    Class ToolStripSplitButtonAccessibility

    Provides information about the push button in ToolStripSplitButtonEx when accessibility is opened

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

    Constructors

    ToolStripSplitButtonAccessibility(ToolStripSplitButtonEx)

    Declaration
    public ToolStripSplitButtonAccessibility(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 DefaultAction of the button

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

    Description

    Gets the Description of the 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()

    Performs default action

    Declaration
    public override void DoDefaultAction()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved