Class CheckBoxAdvAccessiblity
Represents a class which gives accessibility support for CheckBoxAdv.
Inheritance
System.Object
CheckBoxAdvAccessiblity
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class CheckBoxAdvAccessiblity : Control.ControlAccessibleObject
Constructors
CheckBoxAdvAccessiblity(CheckBoxAdv)
Initialize a new instance of the CheckBoxAdvAccessiblity class with specified the owner.
Declaration
public CheckBoxAdvAccessiblity(CheckBoxAdv Owner)
Parameters
Type | Name | Description |
---|---|---|
CheckBoxAdv | Owner |
Fields
CheckBox
Initialize the checkbox.
Declaration
public CheckBoxAdv CheckBox
Field Value
Type |
---|
CheckBoxAdv |
Properties
Bounds
Bounds of control.
Declaration
public override Rectangle Bounds { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Rectangle | The accessible object bounds. |
Description
Gets the description.
Declaration
public override string Description { get; }
Property Value
Type |
---|
System.String |
Help
Gets the help.
Declaration
public override string Help { get; }
Property Value
Type |
---|
System.String |
Name
Gets a value of accessiblity Name.
Declaration
public override string Name { get; }
Property Value
Type |
---|
System.String |
Parent
Gets a parent of AccessibleObject.
Declaration
public override AccessibleObject Parent { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleObject |
Role
Gets a values of role.
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |
State
Gets a state of the CheckBoxAdv which is used by accessiblity program.
Declaration
public override AccessibleStates State { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleStates |
Value
Gets or sets the value of accessible object.
Declaration
public override string Value { get; set; }
Property Value
Type |
---|
System.String |
Methods
GetFocused()
Retrieves the object that has the focus.
Declaration
public override AccessibleObject GetFocused()
Returns
Type |
---|
System.Windows.Forms.AccessibleObject |
GetSelected()
Retrieves the currently selected child.
Declaration
public override AccessibleObject GetSelected()
Returns
Type | Description |
---|---|
System.Windows.Forms.AccessibleObject | child |
Select(AccessibleSelection)
Overridden. see Select(AccessibleSelection).
Declaration
public override void Select(AccessibleSelection flags)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.AccessibleSelection | flags | flags object |