Class ComboBoxAccessibility
The
Inheritance
System.Object
ComboBoxAccessibility
Namespace: Syncfusion.WinForms.ListView.Accessibility
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public class ComboBoxAccessibility : Control.ControlAccessibleObject
Constructors
ComboBoxAccessibility(SfComboBox)
Initializes a new instance of the ComboBoxAccessibility class.
Declaration
public ComboBoxAccessibility(SfComboBox sfComboBox)
Parameters
Type | Name | Description |
---|---|---|
SfComboBox | sfComboBox | SfComboBox which needs to be used for accessibility application. |
Properties
Bounds
Gets the Bounds of the SfComboBox which is used by Accessibility program
Declaration
public override Rectangle Bounds { get; }
Property Value
Type |
---|
System.Drawing.Rectangle |
Name
Gets the Name of the SfComboBox which is used by Accessibility program
Declaration
public override string Name { get; }
Property Value
Type |
---|
System.String |
Parent
Gets the Parent of the SfComboBox which is used by Accessibility program.
Declaration
public override AccessibleObject Parent { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleObject |
Role
Gets the AccessibleRole of the SfComboBox control.
Declaration
public override AccessibleRole Role { get; }
Property Value
Type |
---|
System.Windows.Forms.AccessibleRole |
Value
Gets or sets the value of the SfComboBox.
Declaration
public override string Value { get; set; }
Property Value
Type |
---|
System.String |