Class SpellCheckingDialog
SpellCheckingDialog
Inherited Members
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SpellCheckingDialog : RadRichTextBoxWindow, INotifyLayoutChange, IWindowDragAware, IDragAware, IClickAware, IThemable, ISpellCheckingDialog, IComponentConnector, IStyleConnector
Constructors
SpellCheckingDialog()
Initializes a new instance of the Spell
Declaration
public SpellCheckingDialog()
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnClosed(WindowClosedEventArgs)
Declaration
protected override void OnClosed(WindowClosedEventArgs args)
Parameters
Overrides
ShowDialog(SpellCheckingUIManager, RadRichTextBox)
Shows the dialog.
Declaration
public void ShowDialog(SpellCheckingUIManager spellCheckingUIManager, RadRichTextBox owner)
Parameters
Spell The spell checking UI manager. |
Rad The owner of the dialog. |