ClassRichTextBox
Class
Wraps a RichTextBox element.
Definition
Namespace:ArtOfTest.WebAii.Silverlight.UI
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class RichTextBox : Control, IAutomationPeer, IPeerConverter, IRichTextBox, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRichTextBox
Implements:
Inherited Members
Constructors
RichTextBox()
Declaration
cs-api-definition
public RichTextBox()
Fields
AcceptsReturnProperty
Declaration
cs-api-definition
public static AutomationProperty AcceptsReturnProperty
Field Value
CaretBrushProperty
Declaration
cs-api-definition
public static AutomationProperty CaretBrushProperty
Field Value
IsReadOnlyProperty
Declaration
cs-api-definition
public static AutomationProperty IsReadOnlyProperty
Field Value
TextAlignmentProperty
Declaration
cs-api-definition
public static AutomationProperty TextAlignmentProperty
Field Value
TextWrappingProperty
Declaration
cs-api-definition
public static AutomationProperty TextWrappingProperty
Field Value
Properties
TextAlignment
Declaration
cs-api-definition
public TextAlignment TextAlignment { get; set; }
Property Value
TextWrapping
Declaration
cs-api-definition
public TextWrapping TextWrapping { get; set; }
Property Value
Methods
GetRealType()
Gets the real object type. This property returns string.empty on FrameworkElement and all subclasses that inherit from it.