Class ContentControlsConfirmDialog
Represents the ContentControlsConfirmDialog class.
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public abstract class ContentControlsConfirmDialog : RadRichTextBoxWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IThemable
Constructors
ContentControlsConfirmDialog()
Declaration
public ContentControlsConfirmDialog()
Properties
Section
Gets the list of dialog sections.
Declaration
public IList<DialogConfirmSection> Section { get; }
Property Value
System.Collections.Generic.IList<DialogConfirmSection>
|
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()
GetChildSections()
Declaration
protected abstract IList<DialogConfirmSection> GetChildSections()
Returns
System.Collections.Generic.IList<DialogConfirmSection>
|
OnClosed()
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Input.KeyEventArgs
e
|
Overrides
ShowDialog(ContentControlPropertiesContext)
Shows the dialog.
Declaration
public void ShowDialog(ContentControlPropertiesContext context)
Parameters
ContentControlPropertiesContext
context
The context with which the dialog should be shown. |