Class RadCommandBarItemAccessibleObject
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(true)]
public class RadCommandBarItemAccessibleObject : RadControlAccessibleObject
Constructors
RadCommandBarItemAccessibleObject(RadCommandBarBaseItem, RadCommandBarAccessibleObject, String)
Declaration
public RadCommandBarItemAccessibleObject(RadCommandBarBaseItem owner, RadCommandBarAccessibleObject parent, string name)
Parameters
RadCommandBarBaseItem
owner
|
RadCommandBarAccessibleObject
parent
|
System.String
name
|
Properties
Bounds
Declaration
public override Rectangle Bounds { get; }
Property Value
System.Drawing.Rectangle
|
Name
Declaration
public override string Name { get; set; }
Property Value
System.String
|
Overrides
OwnerElement
Declaration
public override object OwnerElement { get; }
Property Value
System.Object
|
Overrides
Parent
Declaration
public override AccessibleObject Parent { get; }
Property Value
System.Windows.Forms.AccessibleObject
|
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
|