Class DialogConfirmSection
Represents the DialogConfirmSection class.
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public abstract class DialogConfirmSection : ContentUserControl, ITouchUIUpdateProvider
Constructors
DialogConfirmSection()
Declaration
protected DialogConfirmSection()
Properties
Context
Gets the context of the dialog.
Declaration
protected virtual IEditableObject Context { get; }
Property Value
System.ComponentModel.IEditableObject
|
Methods
BindToContext(ContentControlPropertiesContext)
Binds the dialog to the provided context.
Declaration
public abstract void BindToContext(ContentControlPropertiesContext context)
Parameters
ContentControlPropertiesContext
context
The context to be bound to the dialog. |
Cancel()
Executed when the dialog is canceled.
Declaration
public void Cancel()
Confirm()
Executed when the dialog is confirmed.
Declaration
public void Confirm()