Class CheckBoxSectionViewModel
Inheritance
System.Object
CheckBoxSectionViewModel
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 CheckBoxSectionViewModel : ContentControlViewModel<CheckBoxProperties>, INotifyPropertyChanged, IEditableObject
Constructors
CheckBoxSectionViewModel(CheckBoxProperties)
Declaration
public CheckBoxSectionViewModel(CheckBoxProperties checkBoxProperties)
Parameters
CheckBoxProperties
checkBoxProperties
|
Properties
CheckedFontFamily
Gets or sets the font family of the checked symbol.
Declaration
public FontFamily CheckedFontFamily { get; set; }
Property Value
FontFamily
|
CheckedSymbol
Gets or sets the checked symbol.
Declaration
public char CheckedSymbol { get; set; }
Property Value
System.Char
|
UncheckedFontFamily
Gets or sets the font family of the unchecked symbol.
Declaration
public FontFamily UncheckedFontFamily { get; set; }
Property Value
FontFamily
|
UncheckedSymbol
Gets or sets the unchecked symbol.
Declaration
public char UncheckedSymbol { get; set; }
Property Value
System.Char
|
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.CheckBoxProperties>.EndEdit()
SetInitialState()
Declaration
protected override void SetInitialState()
Overrides
Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs.ContentControlViewModel<Telerik.WinForms.Documents.Model.StructuredDocumentTags.CheckBoxProperties>.SetInitialState()