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