Class RadTextBoxElementAccessibleObject
Inheritance
System.Object
RadTextBoxElementAccessibleObject
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(true)]
public class RadTextBoxElementAccessibleObject : Control.ControlAccessibleObject
Constructors
RadTextBoxElementAccessibleObject(RadTextBoxItem)
Declaration
public RadTextBoxElementAccessibleObject(RadTextBoxItem owner)
Parameters
RadTextBoxItem
owner
|
Properties
Bounds
Declaration
public override Rectangle Bounds { get; }
Property Value
System.Drawing.Rectangle
|
Description
Declaration
public override string Description { get; }
Property Value
System.String
|
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
|
Value
Declaration
public override string Value { get; set; }
Property Value
System.String
|
Methods
GetChildCount()
Declaration
public override int GetChildCount()
Returns
System.Int32
|