Class ColorUIAdvGroupAccessibleObject
Represents the class that provides the accessibility object for the ColorPickerUIAdv
Inheritance
Namespace: Syncfusion.Windows.Forms.Tools.Accessibility
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ColorUIAdvGroupAccessibleObject : AccessibleObject
Constructors
ColorUIAdvGroupAccessibleObject(ColorUIAdvGroup)
Initializes a new instance of the ColorUIAdvGroupAccessibleObject class.
Declaration
public ColorUIAdvGroupAccessibleObject(ColorUIAdvGroup owner)
Parameters
Type | Name | Description |
---|---|---|
ColorUIAdvGroup | owner | The ColorPickerUIAdv which needs to create the accessibility object. |
Properties
Bounds
Gets the bounds of the ColorUIAdvGroup control.
Declaration
public override Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
Description
Gets the AccessibleDescription of the ColorUIAdvGroup control.
Declaration
public override string Description { get; }
Property Value
Type |
---|
System.String |
Help
Gets the details about what the object does or how the object is used.
Declaration
public override string Help { get; }
Property Value
Type |
---|
System.String |
Name
Gets the AccessibleName of the ColorUIAdvGroup control.
Declaration
public override string Name { get; }
Property Value
Type |
---|
System.String |
Parent
Gets the accessibility object of the ColorUIAdvGroup parent.
Declaration
public override AccessibleObject Parent { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleObject |
Role
Gets the AccessibleRole of the ColorUIAdvGroup control.
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |
State
Gets the state for the ColorUIAdvGroup.
Declaration
public override AccessibleStates State { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleStates |
Value
Gets the value of the ColorUIAdvGroup.
Declaration
public override string Value { get; }
Property Value
Type |
---|
System.String |
Methods
GetChild(Int32)
Retrieves the accessible child corresponding to the index.
Declaration
public override AccessibleObject GetChild(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | Index |
Returns
Type | Description |
---|---|
System.Windows.Forms.AccessibleObject | Child specified to the index |
GetChildCount()
Retrieves the number of children in the accessible object.
Declaration
public override int GetChildCount()
Returns
Type | Description |
---|---|
System.Int32 | Number of Child. |
HitTest(Int32, Int32)
Declaration
public override AccessibleObject HitTest(int x, int y)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | x | |
System.Int32 | y |
Returns
Type |
---|
System.Windows.Forms.AccessibleObject |