Class PlainTextSectionViewModel
Inheritance
System.Object
PlainTextSectionViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class PlainTextSectionViewModel : ContentControlViewModel<TextProperties>, INotifyPropertyChanged, IEditableObject
Constructors
PlainTextSectionViewModel(TextProperties)
Constructs the PlainTextSectionViewModel.
Declaration
public PlainTextSectionViewModel(TextProperties textProperties)
Parameters
TextProperties
textProperties
The plain text properties that defines the control. |
Properties
IsMultiline
Gets or sets whether the text could be multiline or not.
Declaration
public bool IsMultiline { get; set; }
Property Value
System.Boolean
|
Methods
EndEdit()
Finishes the editing cycle and retains all the changes.
Declaration
public override void EndEdit()
Overrides
Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ContentControlViewModel<Telerik.WinForms.Documents.Model.StructuredDocumentTags.TextProperties>.EndEdit()
SetInitialState()
Declaration
protected override void SetInitialState()
Overrides
Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ContentControlViewModel<Telerik.WinForms.Documents.Model.StructuredDocumentTags.TextProperties>.SetInitialState()