Class RichTextBox
Inheritance
System.Object
RichTextBox
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.Silverlight.UI
Assembly: ArtOfTest.WebAii.dll
Syntax
public class RichTextBox : Control, IAutomationPeer, IPeerConverter, IRichTextBox, IControl, IFrameworkElement, ITargetElement
Constructors
RichTextBox()
Declaration
public RichTextBox()
Fields
AcceptsReturnProperty
CaretBrushProperty
IsReadOnlyProperty
TextAlignmentProperty
TextWrappingProperty
Properties
AcceptsReturn
Declaration
public bool AcceptsReturn { get; set; }
Property Value
System.Boolean
|
CaretBrush
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
TextAlignment
TextWrapping
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|