Class RadTabbedFormControlButtonAccessibilityObject
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(true)]
public class RadTabbedFormControlButtonAccessibilityObject : RadControlAccessibleObject
Constructors
RadTabbedFormControlButtonAccessibilityObject(LightVisualElement, String)
Declaration
public RadTabbedFormControlButtonAccessibilityObject(LightVisualElement owner, string name)
Parameters
LightVisualElement
owner
|
System.String
name
|
Properties
Bounds
Declaration
public override Rectangle Bounds { get; }
Property Value
System.Drawing.Rectangle
|
Description
Declaration
public override string Description { get; }
Property Value
System.String
|
OwnerElement
Declaration
public override object OwnerElement { get; }
Property Value
System.Object
|
Overrides
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
|
Methods
DoDefaultAction()
Declaration
public override void DoDefaultAction()