Class RadSyntaxEditorAccessibleObject
The AccessibleObject of RadSyntaxEditor
Inheritance
System.Object
RadSyntaxEditorAccessibleObject
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
[ComVisible(true)]
public class RadSyntaxEditorAccessibleObject : Control.ControlAccessibleObject
Constructors
RadSyntaxEditorAccessibleObject(RadSyntaxEditor)
Declaration
public RadSyntaxEditorAccessibleObject(RadSyntaxEditor syntaxEditor)
Parameters
RadSyntaxEditor
syntaxEditor
|
Properties
Help
Declaration
public override string Help { 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
GetChild(Int32)
Declaration
public override AccessibleObject GetChild(int index)
Parameters
System.Int32
index
|
Returns
System.Windows.Forms.AccessibleObject
|
GetChildCount()
Declaration
public override int GetChildCount()
Returns
System.Int32
|