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