Class TabBarSplitterControl.TabBarSplitterAccessibilityObject
Inheritance
System.Object
TabBarSplitterControl.TabBarSplitterAccessibilityObject
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class TabBarSplitterAccessibilityObject : Control.ControlAccessibleObject
Constructors
TabBarSplitterAccessibilityObject(TabBarSplitterControl)
Constructor
Declaration
public TabBarSplitterAccessibilityObject(TabBarSplitterControl tabBarSplitter)
Parameters
Type | Name | Description |
---|---|---|
TabBarSplitterControl | tabBarSplitter |
Properties
Bounds
Bounds of the Control
Declaration
public override Rectangle Bounds { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Rectangle | The accessible object bounds. |
Description
Gets the description of the TabBarSplitterAccessibilityObject
Declaration
public override string Description { get; }
Property Value
Type | Description |
---|---|
System.String | A string describing the TabBarSplitterAccessibilityObject. |
Name
Gets or sets the accessible object name
Declaration
public override string Name { get; }
Property Value
Type | Description |
---|---|
System.String | The accessible object name. |
Role
Gets the role for the RibbonControlAdv. This is used by accessibility programs.
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |
State
Gets the state for the
Declaration
public override AccessibleStates State { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleStates |
Methods
HitTest(Int32, Int32)
Retrieves the child object at the specified screen coordinates.
Declaration
public override AccessibleObject HitTest(int x, int y)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | x | The horizontal screen coordinate. |
System.Int32 | y | The vertical screen coordinate. |
Returns
Type | Description |
---|---|
System.Windows.Forms.AccessibleObject | An TabBarSplitterAccessibilityObject that represents the child object at the given screen coordinates. This method returns the calling object if the object itself is at the location specified. Returns null if no object is at the tested location. |