Class ContentControlsConfirmDialog
Inheritance
System.Object
ContentControlsConfirmDialog
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public abstract class ContentControlsConfirmDialog : TouchUIAwareRadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IThemeSynchronizationContext, ITouchUIUpdateProvider
Constructors
ContentControlsConfirmDialog()
Declaration
public ContentControlsConfirmDialog()
Fields
oldSize
Declaration
protected Size oldSize
Field Value
System.Drawing.Size
|
touchThemesHeightIncrease
Declaration
protected int touchThemesHeightIncrease
Field Value
System.Int32
|
touchThemesWidthIncrease
Declaration
protected int touchThemesWidthIncrease
Field Value
System.Int32
|
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(EventArgs)
Declaration
protected override void OnClosed(EventArgs e)
Parameters
System.EventArgs
e
|
ProcessCmdKey(ref Message, Keys)
Declaration
protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
Parameters
System.Windows.Forms.Message
msg
|
System.Windows.Forms.Keys
keyData
|
Returns
System.Boolean
|
SetOwner(RadRichTextBox)
ShowDialog(ContentControlPropertiesContext)
Shows the dialog.
Declaration
public void ShowDialog(ContentControlPropertiesContext context)
Parameters
ContentControlPropertiesContext
context
The context with which the dialog should be shown. |
UpdateUIForNonTouchTheme()
Declaration
public override void UpdateUIForNonTouchTheme()
Overrides
UpdateUIForTouchTheme()
Declaration
public override void UpdateUIForTouchTheme()