DialogConfirmSection
Class
Represents the DialogConfirmSection class.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public abstract class DialogConfirmSection : UserControl
Inheritance: objectDialogConfirmSection
Derived Classes:
Constructors
C#
protected DialogConfirmSection()
Properties
Gets the context of the dialog.
C#
protected abstract IEditableObject Context { get; }
Methods
Binds the dialog to the provided context.
C#
public abstract void BindToContext(ContentControlPropertiesContext context)
The context to be bound to the dialog.
Executed when the dialog is canceled.
C#
public void Cancel()
Executed when the dialog is confirmed.
C#
public void Confirm()