Class RadStepProgressItemAccessibleObject
Inheritance
System.Object
RadStepProgressItemAccessibleObject
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(true)]
public class RadStepProgressItemAccessibleObject : RadItemAccessibleObject
Constructors
Declaration
public RadStepProgressItemAccessibleObject(StepProgressItem owner)
Parameters
Properties
Declaration
public override Rectangle Bounds { get; }
Property Value
Declaration
public override string Description { get; }
Property Value
Declaration
public override string Name { get; set; }
Property Value
Declaration
public override object Owner { get; }
Property Value
Overrides
Declaration
public override AccessibleObject Parent { get; }
Property Value
|
System.Windows.Forms.AccessibleObject
|
Declaration
public override AccessibleRole Role { get; }
Property Value
|
System.Windows.Forms.AccessibleRole
|
Methods
Declaration
public override void DoDefaultAction()
Extension Methods