ClassContentControlsConfirmDialog
Represents the ContentControlsConfirmDialog class.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public abstract class ContentControlsConfirmDialog : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowContentControlsConfirmDialog
Derived Classes:
Implements:
Inherited Members
Constructors
ContentControlsConfirmDialog()
Declaration
public ContentControlsConfirmDialog()
Properties
Section
Gets the list of dialog sections.
Declaration
public IList<DialogConfirmSection> Section { get; }
Property Value
Methods
Cancel()
Cancels the changes inside the dialog.
Declaration
protected virtual void Cancel()
Confirm()
Confirms the changes inside the dialog.
Declaration
protected virtual void Confirm()
GetButtonSection()
Declaration
protected abstract ButtonSection GetButtonSection()
Returns
GetChildSections()
Declaration
protected abstract IList<DialogConfirmSection> GetChildSections()
Returns
OnClosed()
Called when the window is closed.
Declaration
protected override void OnClosed()
Overrides
OnKeyDown(KeyEventArgs)
Called before the event occurs.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
e
KeyEventArgs
The data for the event.
Overrides
ShowDialog(ContentControlPropertiesContext)
Shows the dialog.
Declaration
public void ShowDialog(ContentControlPropertiesContext context)
Parameters
context
ContentControlPropertiesContext
The context with which the dialog should be shown.