Class RadToggleButtonAccessibleObject
Inheritance
System.Object
RadToggleButtonAccessibleObject
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(true)]
public class RadToggleButtonAccessibleObject : Control.ControlAccessibleObject
Constructors
RadToggleButtonAccessibleObject(RadToggleButton)
Declaration
public RadToggleButtonAccessibleObject(RadToggleButton owner)
Parameters
RadToggleButton
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
|