[]
        
(Showing Draft Content)

C1.WPF.RichTextBox.C1ComboTool-1

C1ComboTool<T> Class

Abstract base class for combo tools in a C1RichTextBoxToolbar.

Implements
Namespace: C1.WPF.RichTextBox
Assembly: C1.WPF.RichTextBox.Toolbar.4.6.2.dll
Syntax
public abstract class C1ComboTool<T> : C1ComboBox, IUpdateableTool
Type Parameters
Name Description
T

Constructors

Name Description
C1ComboTool()

Initializes a new instance of a C1ComboTool<T>.

Fields

Name Description
RichTextBoxProperty

Identifies the RichTextBox dependency property.

Properties

Name Description
RichTextBox

Gets or sets the C1RichTextBox this tool edits.

Methods

Name Description
GetValue(C1TextRange)
OnEditCompleted()
SelectValue(T)
SetValue(C1TextRange, T)
Update()

Method called when the tool should update its state.