Class RadRadioButtonAccessibleObject
Inheritance
System.Object
RadRadioButtonAccessibleObject
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(true)]
public class RadRadioButtonAccessibleObject : Control.ControlAccessibleObject
Constructors
RadRadioButtonAccessibleObject(RadRadioButton)
Declaration
public RadRadioButtonAccessibleObject(RadRadioButton owner)
Parameters
RadRadioButton
owner
|
Properties
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
|
State
Declaration
public override AccessibleStates State { get; }
Property Value
System.Windows.Forms.AccessibleStates
|