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.Controls.Xaml.Wpf
Assembly: ArtOfTest.WebAii.dll
Syntax
public class RichTextBox : TextBoxBase, IAutomationPeer, IPeerConverter, IControl, IFrameworkElement, ITargetElement
Constructors
RichTextBox()
Declaration
public RichTextBox()
Fields
IsDocumentEnabledProperty
Declaration
public static AutomationProperty IsDocumentEnabledProperty
Field Value
AutomationProperty
|
Properties
IsDocumentEnabled
Declaration
public bool IsDocumentEnabled { get; set; }
Property Value
System.Boolean
|
Methods
GetRealType()
Declaration
public override string GetRealType()
Returns
System.String
|