Class
CheckBoxSectionViewModel

Represents the CheckBoxSectionViewModel class.

Definition

Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class CheckBoxSectionViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable, IEditableObject

Inheritance: objectViewModelBaseCheckBoxSectionViewModel

Implements: IDisposableIEditableObjectINotifyPropertyChanged

Inherited Members ViewModelBase.VerifyPropertyName(string)ViewModelBase.InvokeOnUIThread(Action)ViewModelBase.Dispose()ViewModelBase.RaisePropertyChanged(string)ViewModelBase.OnPropertyChanged(string)ViewModelBase.OnPropertyChanged<T>(Expression<Func<T>>)ViewModelBase.Dispose(bool)ViewModelBase.PropertyChanged

Constructors

CheckBoxSectionViewModel(CheckBoxProperties)

Declaration

cs-api-definition
public CheckBoxSectionViewModel(CheckBoxProperties checkBoxProperties)

Parameters

checkBoxProperties

CheckBoxProperties

Properties

CheckedFontFamily

Gets or sets the font family of the checked symbol.

Declaration

cs-api-definition
public FontFamily CheckedFontFamily { get; set; }

Property Value

FontFamily

CheckedSymbol

Gets or sets the checked symbol.

Declaration

cs-api-definition
public char CheckedSymbol { get; set; }

Property Value

char

UncheckedFontFamily

Gets or sets the font family of the unchecked symbol.

Declaration

cs-api-definition
public FontFamily UncheckedFontFamily { get; set; }

Property Value

FontFamily

UncheckedSymbol

Gets or sets the unchecked symbol.

Declaration

cs-api-definition
public char UncheckedSymbol { get; set; }

Property Value

char

Methods

BeginEdit()

Starts the editing cycle.

Declaration

cs-api-definition
public void BeginEdit()

Implements IEditableObject.BeginEdit()

CancelEdit()

Finishes the editing cycle and reverts all the changes.

Declaration

cs-api-definition
public void CancelEdit()

Implements IEditableObject.CancelEdit()

EndEdit()

Finishes the editing cycle and retains all the changes.

Declaration

cs-api-definition
public void EndEdit()

Implements IEditableObject.EndEdit()