SpellCheckingDialog
Class
SpellCheckingDialog
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class SpellCheckingDialog : RadRichTextBoxWindow, INotifyLayoutChange, IDragAware, ISpellCheckingDialog, IComponentConnector, IStyleConnector
Inheritance: objectWindowBaseRadWindowRadRichTextBoxWindowSpellCheckingDialog
Implements:
Inherited Members
Constructors
Initializes a new instance of the SpellCheckingDialog class.
C#
public SpellCheckingDialog()
Methods
InitializeComponent
C#
public void InitializeComponent()
Raises the event.
C#
protected override void OnClosed(WindowClosedEventArgs args)
The WindowClosedEventArgs instance containing the event data.
Overrides:
Shows the dialog.
C#
public void ShowDialog(SpellCheckingUIManager spellCheckingUIManager, RadRichTextBox owner)
The spell checking UI manager.
ownerRadRichTextBoxThe owner of the dialog.
Implements: