Class RichTextPropertiesDialog
Inheritance
System.Object
RichTextPropertiesDialog
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class RichTextPropertiesDialog : ContentControlsConfirmDialog, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IThemeSynchronizationContext, ITouchUIUpdateProvider, IRichTextPropertiesDialog, IContentControlPropertiesDialog
Constructors
RichTextPropertiesDialog()
Declaration
public RichTextPropertiesDialog()
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
GetButtonSection()
Gets the button section of the dialog.
Declaration
protected override ButtonSection GetButtonSection()
Returns
ButtonSection
|
Overrides
GetChildSections()
Gets the child dialog sections.
Declaration
protected override IList<DialogConfirmSection> GetChildSections()
Returns
System.Collections.Generic.IList<DialogConfirmSection>
|
Overrides
Show(ContentControlPropertiesContext)
Shows the dialog.
Declaration
public void Show(ContentControlPropertiesContext context)
Parameters
ContentControlPropertiesContext
context
The context with which the dialog should be shown. |