Class RadLabelAccessibleObject
Inheritance
System.Object
RadLabelAccessibleObject
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(true)]
public class RadLabelAccessibleObject : Control.ControlAccessibleObject
Constructors
RadLabelAccessibleObject(RadLabel)
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
|
Methods
StripHtmlLikeFormatting(String)
Declaration
public static string StripHtmlLikeFormatting(string baseText)
Parameters
System.String
baseText
|
Returns
System.String
|