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