Class ToolStripSplitButtonDropDownAccessibility
Provides information about the Dropdown button in ToolStripSplitButtonEx when accessibility is opened
Inheritance
System.Object
ToolStripSplitButtonDropDownAccessibility
Namespace: Syncfusion.Windows.Forms.Tools.Accessibility
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ToolStripSplitButtonDropDownAccessibility : AccessibleObject
Constructors
ToolStripSplitButtonDropDownAccessibility(ToolStripSplitButtonEx)
Declaration
public ToolStripSplitButtonDropDownAccessibility(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 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()
GetChild(Int32)
Returns the accessible 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 | accessible object of child at specified index |
GetChildCount()
Returns the child count in DropDown
Declaration
public override int GetChildCount()
Returns
Type | Description |
---|---|
System.Int32 | child Count |