Represents thePlainTextSectionViewModel class.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class PlainTextSectionViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable, IEditableObject
Inheritance: objectViewModelBasePlainTextSectionViewModel
Implements:
Inherited Members
Constructors
Constructs the PlainTextSectionViewModel.
C#
public PlainTextSectionViewModel(TextProperties textProperties)
The plain text properties that defines the control.
Properties
Gets or sets whether the text could be multiline or not.
C#
public bool IsMultiline { get; set; }
Methods
Starts the editing cycle.
C#
public void BeginEdit()
Implements:
Finishes the editing cycle and reverts all the changes.
C#
public void CancelEdit()
Implements:
Finishes the editing cycle and retains all the changes.
C#
public void EndEdit()
Implements: