Class RadLabelElementAccessibleObject
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(true)]
public class RadLabelElementAccessibleObject : RadControlAccessibleObject
Constructors
RadLabelElementAccessibleObject(RadLabelElement, String)
Declaration
public RadLabelElementAccessibleObject(RadLabelElement owner, string name)
Parameters
RadLabelElement
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
|
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
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
StripHtmlLikeFormatting(String)
Declaration
public static string StripHtmlLikeFormatting(string baseText)
Parameters
System.String
baseText
|
Returns
System.String
|