Class CommandBarDropDownAccessibleItem
Inheritance
System.Object
CommandBarDropDownAccessibleItem
Assembly: Syncfusion.Tools.Windows.dll
public class CommandBarDropDownAccessibleItem : AccessibleObject
Constructors
Declaration
public CommandBarDropDownAccessibleItem(CommandBar owner)
Parameters
Properties
Declaration
public override Rectangle Bounds { get; }
Property Value
Type |
System.Drawing.Rectangle |
Declaration
public override string DefaultAction { get; }
Property Value
Declaration
public override string Description { get; }
Property Value
Declaration
public override string Name { get; }
Property Value
Declaration
public override AccessibleObject Parent { get; }
Property Value
Type |
System.Windows.Forms.AccessibleObject |
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
System.Windows.Forms.AccessibleRole |
Declaration
public override AccessibleStates State { get; }
Property Value
Type |
System.Windows.Forms.AccessibleStates |
Methods
Declaration
public override void DoDefaultAction()
Declaration
public override AccessibleObject Navigate(AccessibleNavigation navdir)
Parameters
Type |
Name |
Description |
System.Windows.Forms.AccessibleNavigation |
navdir |
|
Returns
Type |
System.Windows.Forms.AccessibleObject |