Class SpellCheckerDialog
Interaction logic for SpellCheckerDialog.xaml
Inheritance
System.Object
SpellCheckerDialog
Implements
System.IDisposable
Windows.UI.Xaml.Markup.IComponentConnector
Windows.UI.Xaml.Markup.IComponentConnector2
Namespace: Syncfusion.UI.Xaml.Controls
Assembly: Syncfusion.SfSpellChecker.UWP.dll
Syntax
[ClassReference(IsReviewed = false)]
public sealed class SpellCheckerDialog : Page, IDisposable, IComponentConnector, IComponentConnector2
Constructors
SpellCheckerDialog(SfSpellChecker, IEditorProperties)
Initializes the instance of SpellCheckerDialog
Declaration
[ClassReference(IsReviewed = false)]
public SpellCheckerDialog(SfSpellChecker checker, IEditorProperties editor)
Parameters
Type | Name | Description |
---|---|---|
SfSpellChecker | checker | |
IEditorProperties | editor |
Fields
SuggestionsProperty
Using a DependencyProperty as the backing store for Suggestions. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty SuggestionsProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Methods
Connect(Int32, Object)
Connect()
Declaration
public void Connect(int connectionId, object target)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | connectionId | |
System.Object | target |
Dispose()
Disposes the instance of SpellCheckerDialog
Declaration
[ClassReference(IsReviewed = false)]
public void Dispose()
GetBindingConnector(Int32, Object)
GetBindingConnector(int connectionId, object target)
Declaration
public IComponentConnector GetBindingConnector(int connectionId, object target)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | connectionId | |
System.Object | target |
Returns
Type |
---|
Windows.UI.Xaml.Markup.IComponentConnector |
InitializeComponent()
InitializeComponent()
Declaration
public void InitializeComponent()
Events
SpellCheckCompleted
Event which is handled after spell check operations are completed
Declaration
public event EventHandler SpellCheckCompleted
Event Type
Type |
---|
System.EventHandler |
Implements
System.IDisposable
Windows.UI.Xaml.Markup.IComponentConnector
Windows.UI.Xaml.Markup.IComponentConnector2