Version

XamSpellCheckerDialogCommand Enumeration

An enumeration of available commands for the XamSpellCheckerDialogWindow object.
Syntax
'Declaration
 
Public Enum XamSpellCheckerDialogCommand 
   Inherits System.Enum
public enum XamSpellCheckerDialogCommand : System.Enum 
Members
MemberDescription
AddToDictionaryAdds the current bad word to the user dictionary.
CancelCancel the download process of the dictionaries
CancelDialogCloses the spellchecker dialog and passes true for the canceled parameter of the spellcheck complete event args.
ChangeChanges the current misspelled word with the corrected version.
ChangeAllReplaces all instances of the current misspelled word with the corrected version.
CloseDialogCloses the spell checker dialog.
DoneFinishes the current spellcheck session.
IgnoreIgnores the current misspelled word.
IgnoreAllIgnores the current misspelled word and continues to ignore it for future sessions.
NextFieldMoves to the next editor to be spell checked.
PreviousFieldMoves to the previous spell check editor.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also