Class FloatingBlockPropertiesDialog
Inherited Members
Namespace: Telerik.WinForms.RichTextEditor.RichTextBoxUI.Dialogs
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class FloatingBlockPropertiesDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IFloatingBlockPropertiesDialog
Constructors
FloatingBlockPropertiesDialog()
Declaration
public FloatingBlockPropertiesDialog()
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
LocalizeStrings()
Declaration
protected virtual void LocalizeStrings()
OnClosed(EventArgs)
Declaration
protected override void OnClosed(EventArgs e)
Parameters
System.EventArgs
e
|
OnThemeChanged()
ShowDialog(Inline, Action<Inline, Inline>, RadRichTextBox)
Declaration
public void ShowDialog(Inline targetInline, Action<Inline, Inline> replaceCurrentInlineCallback, RadRichTextBox owner)
Parameters
Inline
targetInline
|
System.Action<Inline, Inline>
replaceCurrentInlineCallback
|
RadRichTextBox
owner
|