Class RadTextBoxControlAccessibleObject
The AccessibleObject of RadTextBoxControl
Inheritance
System.Object
RadTextBoxControlAccessibleObject
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(true)]
public class RadTextBoxControlAccessibleObject : Control.ControlAccessibleObject
Constructors
RadTextBoxControlAccessibleObject(RadTextBoxControl)
Initializes a new instance of the RadTextBoxControlAccessibleObject class.
Declaration
public RadTextBoxControlAccessibleObject(RadTextBoxControl textBoxControl)
Parameters
RadTextBoxControl
textBoxControl
The text box control. |
Properties
Name
Declaration
public override string Name { get; set; }
Property Value
System.String
|
Role
Declaration
public override AccessibleRole Role { get; }
Property Value
System.Windows.Forms.AccessibleRole
|
TextBox
Gets the associated text box.
Declaration
protected RadTextBoxControl TextBox { get; }
Property Value
RadTextBoxControl
|
Value
Declaration
public override string Value { get; set; }
Property Value
System.String
|
Methods
GetChildCount()
Declaration
public override int GetChildCount()
Returns
System.Int32
|