Keyoti RapidSpell WPF API Docs
RapidSpellAsYouType Class
APIKeyoti.RapidSpell.WpfRapidSpellAsYouType
Keyoti RapidSpell WPF
RapidSpell As-You-Type Control, spell checks text boxes as the user types.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public class RapidSpellAsYouType : DesignableComponent
public class RapidSpellAsYouType : DesignableComponent
Public Class RapidSpellAsYouType
	Inherits DesignableComponent
Public Class RapidSpellAsYouType
	Inherits DesignableComponent
public ref class RapidSpellAsYouType : public DesignableComponent
public ref class RapidSpellAsYouType : public DesignableComponent
type RapidSpellAsYouType =  
    class
        inherit DesignableComponent
    end
type RapidSpellAsYouType =  
    class
        inherit DesignableComponent
    end
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
RapidSpellAsYouType()()()()
Default constructor.

RapidSpellAsYouType(IContainer)
Designer constructor.

ActualHeight (Inherited from FrameworkElement.)
ActualWidth (Inherited from FrameworkElement.)
AddHandler(RoutedEvent, Delegate) (Inherited from UIElement.)
AddHandler(RoutedEvent, Delegate, Boolean) (Inherited from UIElement.)
AddLogicalChild(Object) (Inherited from FrameworkElement.)
AddMenuText
Add button text.

AddTextComponent(IAYTTextBox)
Add a text component to be checked to the collection.

AddTextComponent(TextBox)
Add a text component to be checked to the collection.

AddTextComponent(RichTextBox)
Add a text component to be checked to the collection.

AddToEventRoute(EventRoute, RoutedEventArgs) (Inherited from UIElement.)
AddVisualChild(Visual) (Inherited from Visual.)
AllowAnyCase
Whether to allow words spelt with incorrect case, eg. "africa", instead of "Africa", this is more relaxed than AllowMixedCase

AllowDrop (Inherited from UIElement.)
AllowMixedCase
Whether to allow words spelt with mixed case, eg. "MIxEd"

ApplyAnimationClock(DependencyProperty, AnimationClock) (Inherited from UIElement.)
ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) (Inherited from UIElement.)
ApplyTemplate()()()() (Inherited from FrameworkElement.)
AreAnyTouchesCaptured (Inherited from UIElement.)
AreAnyTouchesCapturedWithin (Inherited from UIElement.)
AreAnyTouchesDirectlyOver (Inherited from UIElement.)
AreAnyTouchesOver (Inherited from UIElement.)
Arrange(Rect) (Inherited from UIElement.)
ArrangeCore(Rect) (Inherited from FrameworkElement.)
ArrangeOverride(Size) (Inherited from FrameworkElement.)
AutoCorrectEnabled
Whether to auto-correct common spelling/typographical mistakes (default is English errors).

AutoCorrectionMap
A map of common errors and their corrections.

BeginAnimation(DependencyProperty, AnimationTimeline) (Inherited from UIElement.)
BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) (Inherited from UIElement.)
BeginInit()()()() (Inherited from FrameworkElement.)
BeginStoryboard(Storyboard) (Inherited from FrameworkElement.)
BeginStoryboard(Storyboard, HandoffBehavior) (Inherited from FrameworkElement.)
BeginStoryboard(Storyboard, HandoffBehavior, Boolean) (Inherited from FrameworkElement.)
BindingGroup (Inherited from FrameworkElement.)
BitmapEffect Obsolete. (Inherited from UIElement.)
BitmapEffectInput Obsolete. (Inherited from UIElement.)
BringIntoView()()()() (Inherited from FrameworkElement.)
BringIntoView(Rect) (Inherited from FrameworkElement.)
CacheMode (Inherited from UIElement.)
CaptureMouse()()()() (Inherited from UIElement.)
CaptureStylus()()()() (Inherited from UIElement.)
CaptureTouch(TouchDevice) (Inherited from UIElement.)
CheckAccess()()()() (Inherited from DispatcherObject.)
CheckAsYouType
Whether to spell check words as the user types/modifies text.

CheckCompoundWords
Whether to check for compound words, setting this to true is essential for languages such as German which allow for compound words.

CheckDisabledTextBoxes
Whether to spell check textboxes which are disabled.

checkFromPosition
Index of of character in text to check from.

CheckReadOnlyTextBoxes
Whether to spell check textboxes which are readonly.

ClearAllHighlights()()()()
Clears all spell check highlights (underlines) from the whole document.

ClearValue(DependencyProperty) (Inherited from DependencyObject.)
ClearValue(DependencyPropertyKey) (Inherited from DependencyObject.)
Clip (Inherited from UIElement.)
ClipToBounds (Inherited from UIElement.)
CoerceValue(DependencyProperty) (Inherited from DependencyObject.)
CommandBindings (Inherited from UIElement.)
ConsiderationRange
Sets the factor for words to consider for suggestions, lower values are faster but consider less words for suggestions. Default is 500. If w <= 1 this method won't do anything.

ContextMenu (Inherited from FrameworkElement.)
ContextMenuClosing (Inherited from FrameworkElement.)
ContextMenuOpening (Inherited from FrameworkElement.)
CurrentTextBox
The text box (IAYTTextBox, TextBox or RichTextBox) that the spell checker is working on.

Cursor (Inherited from FrameworkElement.)
DataContext (Inherited from FrameworkElement.)
DataContextChanged (Inherited from FrameworkElement.)
DefaultStyleKey (Inherited from FrameworkElement.)
DependencyObjectType (Inherited from DependencyObject.)
DesignMode
Whether control is in design mode
(Inherited from DesignableComponent.)
DesiredSize (Inherited from UIElement.)
DictFilePath
Optional file path to the main dictionary .dict file to use.

Dispatcher (Inherited from DispatcherObject.)
DragEnter (Inherited from UIElement.)
DragLeave (Inherited from UIElement.)
DragOver (Inherited from UIElement.)
Drop (Inherited from UIElement.)
Effect (Inherited from UIElement.)
EndInit()()()() (Inherited from FrameworkElement.)
Equals(Object) (Inherited from DependencyObject.)
Finalize()()()() (Inherited from Object.)
FindCapitalizedSuggestions
Whether to look for capitalized suggestions, note this will slow FindSuggestions down by about 7 times.

FindCommonVisualAncestor(DependencyObject) (Inherited from Visual.)
FindName(String) (Inherited from FrameworkElement.)
FindResource(Object) (Inherited from FrameworkElement.)
FlowDirection (Inherited from FrameworkElement.)
Focus()()()() (Inherited from UIElement.)
Focusable (Inherited from UIElement.)
FocusableChanged (Inherited from UIElement.)
FocusVisualStyle (Inherited from FrameworkElement.)
ForceCheckAll()()()()
Forces a check of the whole document.

ForceCursor (Inherited from FrameworkElement.)
FoundSpellingError
Fired when a spelling error is found.

GetAnimationBaseValue(DependencyProperty) (Inherited from UIElement.)
GetBindingExpression(DependencyProperty) (Inherited from FrameworkElement.)
GetHashCode()()()() (Inherited from DependencyObject.)
GetLayoutClip(Size) (Inherited from FrameworkElement.)
GetLocalValueEnumerator()()()() (Inherited from DependencyObject.)
GetSuggestions()()()()
Returns suggestions menu items for the last right clicked word. Null/Nothing if none.

GetTemplateChild(String) (Inherited from FrameworkElement.)
GetType()()()() (Inherited from Object.)
GetUIParentCore()()()() (Inherited from FrameworkElement.)
GetValue(DependencyProperty) (Inherited from DependencyObject.)
GetVisualChild(Int32) (Inherited from FrameworkElement.)
GiveFeedback (Inherited from UIElement.)
GotFocus (Inherited from UIElement.)
GotKeyboardFocus (Inherited from UIElement.)
GotMouseCapture (Inherited from UIElement.)
GotStylusCapture (Inherited from UIElement.)
GotTouchCapture (Inherited from UIElement.)
GUILanguage
The language to show the UI in.

HasAnimatedProperties (Inherited from UIElement.)
HasEffectiveKeyboardFocus (Inherited from UIElement.)
Height (Inherited from FrameworkElement.)
HitTestCore(PointHitTestParameters) (Inherited from UIElement.)
HitTestCore(GeometryHitTestParameters) (Inherited from UIElement.)
HorizontalAlignment (Inherited from FrameworkElement.)
IgnoreAllMenuText
Ignore All button text.

IgnoreCapitalizedWords
Whether to ignore words with capital letters.

IgnoreIncorrectSentenceCapitalization
Whether to ignore incorrect sentence capitalization.

IgnoreInEnglishLowerCaseI
Whether to ignore lower case 'i' characters in text. Set to false to flag as errors.

IgnoreMenuText
Ignore button text.

IgnoreOnce(BadWord, IAYTTextBox)
Ignores an instance of a bad word in the the textbox.

IgnoreURLsAndEmailAddresses
Whether to ignore URLs and email addresses (requires V2Parser=true)

IgnoreWordsWithDigits
Whether to ignore words with numbers in them (eg. A10 or 7-11).

IgnoreXML
Whether to ignore XML/HTML tags, false by default.

IncludeUserDictionaryInSuggestions
Whether the user dictionary should be used in finding suggestions for misspelt words.

InheritanceBehavior (Inherited from FrameworkElement.)
Initialized (Inherited from FrameworkElement.)
InputBindings (Inherited from UIElement.)
InputHitTest(Point) (Inherited from UIElement.)
InputScope (Inherited from FrameworkElement.)
InvalidateArrange()()()() (Inherited from UIElement.)
InvalidateMeasure()()()() (Inherited from UIElement.)
InvalidateProperty(DependencyProperty) (Inherited from DependencyObject.)
InvalidateVisual()()()() (Inherited from UIElement.)
IsAncestorOf(DependencyObject) (Inherited from Visual.)
IsArrangeValid (Inherited from UIElement.)
IsDescendantOf(DependencyObject) (Inherited from Visual.)
IsEnabled (Inherited from UIElement.)
IsEnabledChanged (Inherited from UIElement.)
IsEnabledCore (Inherited from UIElement.)
IsFocused (Inherited from UIElement.)
IsHitTestVisible (Inherited from UIElement.)
IsHitTestVisibleChanged (Inherited from UIElement.)
IsInitialized (Inherited from FrameworkElement.)
IsInputMethodEnabled (Inherited from UIElement.)
IsKeyboardFocused (Inherited from UIElement.)
IsKeyboardFocusedChanged (Inherited from UIElement.)
IsKeyboardFocusWithin (Inherited from UIElement.)
IsKeyboardFocusWithinChanged (Inherited from UIElement.)
IsLoaded (Inherited from FrameworkElement.)
IsManipulationEnabled (Inherited from UIElement.)
IsMeasureValid (Inherited from UIElement.)
IsMouseCaptured (Inherited from UIElement.)
IsMouseCapturedChanged (Inherited from UIElement.)
IsMouseCaptureWithin (Inherited from UIElement.)
IsMouseCaptureWithinChanged (Inherited from UIElement.)
IsMouseDirectlyOver (Inherited from UIElement.)
IsMouseDirectlyOverChanged (Inherited from UIElement.)
IsMouseOver (Inherited from UIElement.)
IsSealed (Inherited from DependencyObject.)
IsStylusCaptured (Inherited from UIElement.)
IsStylusCapturedChanged (Inherited from UIElement.)
IsStylusCaptureWithin (Inherited from UIElement.)
IsStylusCaptureWithinChanged (Inherited from UIElement.)
IsStylusDirectlyOver (Inherited from UIElement.)
IsStylusDirectlyOverChanged (Inherited from UIElement.)
IsStylusOver (Inherited from UIElement.)
IsVisible (Inherited from UIElement.)
IsVisibleChanged (Inherited from UIElement.)
KeyDown (Inherited from UIElement.)
KeyUp (Inherited from UIElement.)
Language (Inherited from FrameworkElement.)
LanguageParser
The type of language parsing to use.

LayoutTransform (Inherited from FrameworkElement.)
LayoutUpdated (Inherited from UIElement.)
Loaded (Inherited from FrameworkElement.)
LogicalChildren (Inherited from FrameworkElement.)
LookIntoHyphenatedText
Whether to 'look into' text with hyphens (-), if the word has hyphens in it and LookIntoHyphenatedText is set true (default), the parts of the text around the hyphens will be checked individually.

LostFocus (Inherited from UIElement.)
LostKeyboardFocus (Inherited from UIElement.)
LostMouseCapture (Inherited from UIElement.)
LostStylusCapture (Inherited from UIElement.)
LostTouchCapture (Inherited from UIElement.)
ManipulationBoundaryFeedback (Inherited from UIElement.)
ManipulationCompleted (Inherited from UIElement.)
ManipulationDelta (Inherited from UIElement.)
ManipulationInertiaStarting (Inherited from UIElement.)
ManipulationStarted (Inherited from UIElement.)
ManipulationStarting (Inherited from UIElement.)
Margin (Inherited from FrameworkElement.)
MaxHeight (Inherited from FrameworkElement.)
MaxWidth (Inherited from FrameworkElement.)
Measure(Size) (Inherited from UIElement.)
MeasureCore(Size) (Inherited from FrameworkElement.)
MeasureOverride(Size) (Inherited from FrameworkElement.)
MemberwiseClone()()()() (Inherited from Object.)
MinHeight (Inherited from FrameworkElement.)
MinWidth (Inherited from FrameworkElement.)
MouseDown (Inherited from UIElement.)
MouseEnter (Inherited from UIElement.)
MouseLeave (Inherited from UIElement.)
MouseLeftButtonDown (Inherited from UIElement.)
MouseLeftButtonUp (Inherited from UIElement.)
MouseMove (Inherited from UIElement.)
MouseRightButtonDown (Inherited from UIElement.)
MouseRightButtonUp (Inherited from UIElement.)
MouseUp (Inherited from UIElement.)
MouseWheel (Inherited from UIElement.)
MoveFocus(TraversalRequest) (Inherited from FrameworkElement.)
Name (Inherited from FrameworkElement.)
OnAccessKey(AccessKeyEventArgs) (Inherited from UIElement.)
OnApplyTemplate()()()() (Inherited from FrameworkElement.)
OnChildDesiredSizeChanged(UIElement) (Inherited from UIElement.)
OnContextMenuClosing(ContextMenuEventArgs) (Inherited from FrameworkElement.)
OnContextMenuOpening(ContextMenuEventArgs) (Inherited from FrameworkElement.)
OnCreateAutomationPeer()()()() (Inherited from UIElement.)
OnDpiChanged(DpiScale, DpiScale) (Inherited from Visual.)
OnDragEnter(DragEventArgs) (Inherited from UIElement.)
OnDragLeave(DragEventArgs) (Inherited from UIElement.)
OnDragOver(DragEventArgs) (Inherited from UIElement.)
OnDrop(DragEventArgs) (Inherited from UIElement.)
OnFoundSpellingError(FoundSpellingErrorEventArgs, Boolean)
Raises the FoundSpellingError event

OnGiveFeedback(GiveFeedbackEventArgs) (Inherited from UIElement.)
OnGotFocus(RoutedEventArgs) (Inherited from FrameworkElement.)
OnGotKeyboardFocus(KeyboardFocusChangedEventArgs) (Inherited from UIElement.)
OnGotMouseCapture(MouseEventArgs) (Inherited from UIElement.)
OnGotStylusCapture(StylusEventArgs) (Inherited from UIElement.)
OnGotTouchCapture(TouchEventArgs) (Inherited from UIElement.)
OnInitialized(EventArgs) (Inherited from FrameworkElement.)
OnIsKeyboardFocusedChanged(DependencyPropertyChangedEventArgs) (Inherited from UIElement.)
OnIsKeyboardFocusWithinChanged(DependencyPropertyChangedEventArgs) (Inherited from UIElement.)
OnIsMouseCapturedChanged(DependencyPropertyChangedEventArgs) (Inherited from UIElement.)
OnIsMouseCaptureWithinChanged(DependencyPropertyChangedEventArgs) (Inherited from UIElement.)
OnIsMouseDirectlyOverChanged(DependencyPropertyChangedEventArgs) (Inherited from UIElement.)
OnIsStylusCapturedChanged(DependencyPropertyChangedEventArgs) (Inherited from UIElement.)
OnIsStylusCaptureWithinChanged(DependencyPropertyChangedEventArgs) (Inherited from UIElement.)
OnIsStylusDirectlyOverChanged(DependencyPropertyChangedEventArgs) (Inherited from UIElement.)
OnKeyDown(KeyEventArgs) (Inherited from UIElement.)
OnKeyUp(KeyEventArgs) (Inherited from UIElement.)
OnLostFocus(RoutedEventArgs) (Inherited from UIElement.)
OnLostKeyboardFocus(KeyboardFocusChangedEventArgs) (Inherited from UIElement.)
OnLostMouseCapture(MouseEventArgs) (Inherited from UIElement.)
OnLostStylusCapture(StylusEventArgs) (Inherited from UIElement.)
OnLostTouchCapture(TouchEventArgs) (Inherited from UIElement.)
OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs) (Inherited from UIElement.)
OnManipulationCompleted(ManipulationCompletedEventArgs) (Inherited from UIElement.)
OnManipulationDelta(ManipulationDeltaEventArgs) (Inherited from UIElement.)
OnManipulationInertiaStarting(ManipulationInertiaStartingEventArgs) (Inherited from UIElement.)
OnManipulationStarted(ManipulationStartedEventArgs) (Inherited from UIElement.)
OnManipulationStarting(ManipulationStartingEventArgs) (Inherited from UIElement.)
OnMouseDown(MouseButtonEventArgs) (Inherited from UIElement.)
OnMouseEnter(MouseEventArgs) (Inherited from UIElement.)
OnMouseLeave(MouseEventArgs) (Inherited from UIElement.)
OnMouseLeftButtonDown(MouseButtonEventArgs) (Inherited from UIElement.)
OnMouseLeftButtonUp(MouseButtonEventArgs) (Inherited from UIElement.)
OnMouseMove(MouseEventArgs) (Inherited from UIElement.)
OnMouseRightButtonDown(MouseButtonEventArgs) (Inherited from UIElement.)
OnMouseRightButtonUp(MouseButtonEventArgs) (Inherited from UIElement.)
OnMouseUp(MouseButtonEventArgs) (Inherited from UIElement.)
OnMouseWheel(MouseWheelEventArgs) (Inherited from UIElement.)
OnPreviewDragEnter(DragEventArgs) (Inherited from UIElement.)
OnPreviewDragLeave(DragEventArgs) (Inherited from UIElement.)
OnPreviewDragOver(DragEventArgs) (Inherited from UIElement.)
OnPreviewDrop(DragEventArgs) (Inherited from UIElement.)
OnPreviewGiveFeedback(GiveFeedbackEventArgs) (Inherited from UIElement.)
OnPreviewGotKeyboardFocus(KeyboardFocusChangedEventArgs) (Inherited from UIElement.)
OnPreviewKeyDown(KeyEventArgs) (Inherited from UIElement.)
OnPreviewKeyUp(KeyEventArgs) (Inherited from UIElement.)
OnPreviewLostKeyboardFocus(KeyboardFocusChangedEventArgs) (Inherited from UIElement.)
OnPreviewMouseDown(MouseButtonEventArgs) (Inherited from UIElement.)
OnPreviewMouseLeftButtonDown(MouseButtonEventArgs) (Inherited from UIElement.)
OnPreviewMouseLeftButtonUp(MouseButtonEventArgs) (Inherited from UIElement.)
OnPreviewMouseMove(MouseEventArgs) (Inherited from UIElement.)
OnPreviewMouseRightButtonDown(MouseButtonEventArgs) (Inherited from UIElement.)
OnPreviewMouseRightButtonUp(MouseButtonEventArgs) (Inherited from UIElement.)
OnPreviewMouseUp(MouseButtonEventArgs) (Inherited from UIElement.)
OnPreviewMouseWheel(MouseWheelEventArgs) (Inherited from UIElement.)
OnPreviewQueryContinueDrag(QueryContinueDragEventArgs) (Inherited from UIElement.)
OnPreviewStylusButtonDown(StylusButtonEventArgs) (Inherited from UIElement.)
OnPreviewStylusButtonUp(StylusButtonEventArgs) (Inherited from UIElement.)
OnPreviewStylusDown(StylusDownEventArgs) (Inherited from UIElement.)
OnPreviewStylusInAirMove(StylusEventArgs) (Inherited from UIElement.)
OnPreviewStylusInRange(StylusEventArgs) (Inherited from UIElement.)
OnPreviewStylusMove(StylusEventArgs) (Inherited from UIElement.)
OnPreviewStylusOutOfRange(StylusEventArgs) (Inherited from UIElement.)
OnPreviewStylusSystemGesture(StylusSystemGestureEventArgs) (Inherited from UIElement.)
OnPreviewStylusUp(StylusEventArgs) (Inherited from UIElement.)
OnPreviewTextInput(TextCompositionEventArgs) (Inherited from UIElement.)
OnPreviewTouchDown(TouchEventArgs) (Inherited from UIElement.)
OnPreviewTouchMove(TouchEventArgs) (Inherited from UIElement.)
OnPreviewTouchUp(TouchEventArgs) (Inherited from UIElement.)
OnPropertyChanged(DependencyPropertyChangedEventArgs) (Inherited from FrameworkElement.)
OnQueryContinueDrag(QueryContinueDragEventArgs) (Inherited from UIElement.)
OnQueryCursor(QueryCursorEventArgs) (Inherited from UIElement.)
OnRender(DrawingContext)
Renders the control
(Inherited from DesignableComponent.)
OnRenderSizeChanged(SizeChangedInfo) (Inherited from FrameworkElement.)
OnSpellContextMenuRequest(SpellContextMenuEventArgs)
Fires event when a context menu is requested

OnStyleChanged(Style, Style) (Inherited from FrameworkElement.)
OnStylusButtonDown(StylusButtonEventArgs) (Inherited from UIElement.)
OnStylusButtonUp(StylusButtonEventArgs) (Inherited from UIElement.)
OnStylusDown(StylusDownEventArgs) (Inherited from UIElement.)
OnStylusEnter(StylusEventArgs) (Inherited from UIElement.)
OnStylusInAirMove(StylusEventArgs) (Inherited from UIElement.)
OnStylusInRange(StylusEventArgs) (Inherited from UIElement.)
OnStylusLeave(StylusEventArgs) (Inherited from UIElement.)
OnStylusMove(StylusEventArgs) (Inherited from UIElement.)
OnStylusOutOfRange(StylusEventArgs) (Inherited from UIElement.)
OnStylusSystemGesture(StylusSystemGestureEventArgs) (Inherited from UIElement.)
OnStylusUp(StylusEventArgs) (Inherited from UIElement.)
OnTextInput(TextCompositionEventArgs) (Inherited from UIElement.)
OnToolTipClosing(ToolTipEventArgs) (Inherited from FrameworkElement.)
OnToolTipOpening(ToolTipEventArgs) (Inherited from FrameworkElement.)
OnTouchDown(TouchEventArgs) (Inherited from UIElement.)
OnTouchEnter(TouchEventArgs) (Inherited from UIElement.)
OnTouchLeave(TouchEventArgs) (Inherited from UIElement.)
OnTouchMove(TouchEventArgs) (Inherited from UIElement.)
OnTouchUp(TouchEventArgs) (Inherited from UIElement.)
OnVisualChildrenChanged(DependencyObject, DependencyObject) (Inherited from Visual.)
OnVisualParentChanged(DependencyObject) (Inherited from FrameworkElement.)
OnWordAdded(WordAddedEventArgs)
Fires event when a word is added to the user dictionary

OnWordChanged(WordChangedEventArgs)
Fires event when a word is changed

OnWordIgnored(WordIgnoredEventArgs)
Fires event when a word is ignored

OnWordsEntered(WordsEnteredEventArgs)
Fires event when a word is entered into the textbox

Opacity (Inherited from UIElement.)
OpacityMask (Inherited from UIElement.)
Options
Object responsible for holding, loading and saving the user's spell check options.

OptionsEnabled
Whether to use user options.

OptionsFileName
The file name used to store the settings (by default in IsolatedStorage).

OptionsStorageLocation
Where the user's options are stored.

OverridesDefaultStyle (Inherited from FrameworkElement.)
Parent (Inherited from FrameworkElement.)
ParentLayoutInvalidated(UIElement) (Inherited from FrameworkElement.)
PersistId Obsolete. (Inherited from UIElement.)
PointFromScreen(Point) (Inherited from Visual.)
PointToScreen(Point) (Inherited from Visual.)
PredictFocus(FocusNavigationDirection) (Inherited from FrameworkElement.)
PreviewDragEnter (Inherited from UIElement.)
PreviewDragLeave (Inherited from UIElement.)
PreviewDragOver (Inherited from UIElement.)
PreviewDrop (Inherited from UIElement.)
PreviewGiveFeedback (Inherited from UIElement.)
PreviewGotKeyboardFocus (Inherited from UIElement.)
PreviewKeyDown (Inherited from UIElement.)
PreviewKeyUp (Inherited from UIElement.)
PreviewLostKeyboardFocus (Inherited from UIElement.)
PreviewMouseDown (Inherited from UIElement.)
PreviewMouseLeftButtonDown (Inherited from UIElement.)
PreviewMouseLeftButtonUp (Inherited from UIElement.)
PreviewMouseMove (Inherited from UIElement.)
PreviewMouseRightButtonDown (Inherited from UIElement.)
PreviewMouseRightButtonUp (Inherited from UIElement.)
PreviewMouseUp (Inherited from UIElement.)
PreviewMouseWheel (Inherited from UIElement.)
PreviewQueryContinueDrag (Inherited from UIElement.)
PreviewStylusButtonDown (Inherited from UIElement.)
PreviewStylusButtonUp (Inherited from UIElement.)
PreviewStylusDown (Inherited from UIElement.)
PreviewStylusInAirMove (Inherited from UIElement.)
PreviewStylusInRange (Inherited from UIElement.)
PreviewStylusMove (Inherited from UIElement.)
PreviewStylusOutOfRange (Inherited from UIElement.)
PreviewStylusSystemGesture (Inherited from UIElement.)
PreviewStylusUp (Inherited from UIElement.)
PreviewTextInput (Inherited from UIElement.)
PreviewTouchDown (Inherited from UIElement.)
PreviewTouchMove (Inherited from UIElement.)
PreviewTouchUp (Inherited from UIElement.)
QueryContinueDrag (Inherited from UIElement.)
QueryCursor (Inherited from UIElement.)
RaiseEvent(RoutedEventArgs) (Inherited from UIElement.)
RapidSpellChecker
The core spell checker object

ReadLocalValue(DependencyProperty) (Inherited from DependencyObject.)
RecheckTextOnPropertyChange
Whether to recheck the text when properties that affect the spell check change.

RegisterName(String, Object) (Inherited from FrameworkElement.)
ReleaseAllTouchCaptures()()()() (Inherited from UIElement.)
ReleaseMouseCapture()()()() (Inherited from UIElement.)
ReleaseStylusCapture()()()() (Inherited from UIElement.)
ReleaseTouchCapture(TouchDevice) (Inherited from UIElement.)
RemoveAllTextComponents()()()()
Removes all text components to be checked from the collection.

RemoveDuplicateWordText
Remove duplicate word text

RemoveHandler(RoutedEvent, Delegate) (Inherited from UIElement.)
RemoveLogicalChild(Object) (Inherited from FrameworkElement.)
RemoveTextComponent(IAYTTextBox)
Remove a text component to be checked from the collection.

RemoveTextComponent(TextBox)
Remove a text component to be checked from the collection.

RemoveTextComponent(RichTextBox)
Remove a text component to be checked from the collection.

RemoveVisualChild(Visual) (Inherited from Visual.)
RenderSize (Inherited from UIElement.)
RenderTransform (Inherited from UIElement.)
RenderTransformOrigin (Inherited from UIElement.)
RepaintUnderlines()()()()
Repaints the underlines, this should be called if any changes are made to layout, such as changes to font sizes, etc.

RequestBringIntoView (Inherited from FrameworkElement.)
ResetIgnoredWords()()()()
Resets all ignored words, so that the document will be rechecked.

Resources (Inherited from FrameworkElement.)
SetBinding(DependencyProperty, BindingBase) (Inherited from FrameworkElement.)
SetBinding(DependencyProperty, String) (Inherited from FrameworkElement.)
SetCurrentValue(DependencyProperty, Object) (Inherited from DependencyObject.)
SetResourceReference(DependencyProperty, Object) (Inherited from FrameworkElement.)
SetValue(DependencyProperty, Object) (Inherited from DependencyObject.)
SetValue(DependencyPropertyKey, Object) (Inherited from DependencyObject.)
ShouldSerializeCommandBindings()()()() (Inherited from UIElement.)
ShouldSerializeInputBindings()()()() (Inherited from UIElement.)
ShouldSerializeProperty(DependencyProperty) (Inherited from DependencyObject.)
ShouldSerializeResources()()()() (Inherited from FrameworkElement.)
ShouldSerializeStyle()()()() (Inherited from FrameworkElement.)
ShouldSerializeTriggers()()()() (Inherited from FrameworkElement.)
ShowAddMenuOption
Whether to show the Add option in the context menu.

ShowCutCopyPasteMenuOnTextBoxBase
Whether to show a cut copy paste context menu on TextBoxBase controls being checked.

ShowSuggestionsContextMenu
Whether to show a context menu with suggestions when a misspelt word is right clicked, has no effect on developer set context menu.

ShowSuggestionsWhenTextIsSelected
Whether to show the spelling context menu regardless of whether text is currently selected.

SizeChanged (Inherited from FrameworkElement.)
SnapsToDevicePixels (Inherited from UIElement.)
SourceUpdated (Inherited from FrameworkElement.)
SpellCheckFinished
Fired when checking finishes

SpellCheckStarted
Fired when checking starts

SpellContextMenuRequest
Fired when a request is made (usually by a right click on an underlined word) for context menu

Style (Inherited from FrameworkElement.)
StylusButtonDown (Inherited from UIElement.)
StylusButtonUp (Inherited from UIElement.)
StylusDown (Inherited from UIElement.)
StylusEnter (Inherited from UIElement.)
StylusInAirMove (Inherited from UIElement.)
StylusInRange (Inherited from UIElement.)
StylusLeave (Inherited from UIElement.)
StylusMove (Inherited from UIElement.)
StylusOutOfRange (Inherited from UIElement.)
StylusPlugIns (Inherited from UIElement.)
StylusSystemGesture (Inherited from UIElement.)
StylusUp (Inherited from UIElement.)
SuggestionsMethod
The suggestions method to use.

SuggestSplitWords
Whether to look for connected words in suggestions.

Tag (Inherited from FrameworkElement.)
TargetUpdated (Inherited from FrameworkElement.)
TemplatedParent (Inherited from FrameworkElement.)
TextBoundary
The AdvancedTextBoundary class to use to parse words.

TextBox
The TextBox or RichTextBox to work with

TextBoxProperty
The TextBox or RichTextBox to work with.

TextComponent
The IAYTTextBox text box to check as the user types/modifies text.

TextInput (Inherited from UIElement.)
ToolTip (Inherited from FrameworkElement.)
ToolTipClosing (Inherited from FrameworkElement.)
ToolTipOpening (Inherited from FrameworkElement.)
ToString()()()() (Inherited from Object.)
TouchDown (Inherited from UIElement.)
TouchEnter (Inherited from UIElement.)
TouchesCaptured (Inherited from UIElement.)
TouchesCapturedWithin (Inherited from UIElement.)
TouchesDirectlyOver (Inherited from UIElement.)
TouchesOver (Inherited from UIElement.)
TouchLeave (Inherited from UIElement.)
TouchMove (Inherited from UIElement.)
TouchUp (Inherited from UIElement.)
TransformToAncestor(Visual) (Inherited from Visual.)
TransformToAncestor(Visual3D) (Inherited from Visual.)
TransformToDescendant(Visual) (Inherited from Visual.)
TransformToVisual(Visual) (Inherited from Visual.)
TranslatePoint(Point, UIElement) (Inherited from UIElement.)
Triggers (Inherited from FrameworkElement.)
TryFindResource(Object) (Inherited from FrameworkElement.)
Uid (Inherited from UIElement.)
UnderlineColor
The underline color to use with mis-spelt words.

UnderlineStyle
The underline style to use with mis-spelt words.

UnignoreWord(BadWord, IAYTTextBox)
Unignores an instance of a bad word in the the textbox.

Unloaded (Inherited from FrameworkElement.)
UnregisterName(String) (Inherited from FrameworkElement.)
UpdateAllTextBoxes
Whether to update all text boxes when ForceCheckAll is called, usually this should be true.

UpdateDefaultStyle()()()() (Inherited from FrameworkElement.)
UpdateLayout()()()() (Inherited from UIElement.)
UseLayoutRounding (Inherited from FrameworkElement.)
UserDictionaryFile
The user dictionary file, if this file doesn't exist it will be created.

V2Parser
Whether to use parser version 2 - Set to false for backwards (pre v3.4) compatibility.

VerifyAccess()()()() (Inherited from DispatcherObject.)
VerticalAlignment (Inherited from FrameworkElement.)
Visibility (Inherited from UIElement.)
VisualBitmapEffect Obsolete. (Inherited from Visual.)
VisualBitmapEffectInput Obsolete. (Inherited from Visual.)
VisualBitmapScalingMode (Inherited from Visual.)
VisualCacheMode (Inherited from Visual.)
VisualChildrenCount (Inherited from FrameworkElement.)
VisualClearTypeHint (Inherited from Visual.)
VisualClip (Inherited from Visual.)
VisualEdgeMode (Inherited from Visual.)
VisualEffect (Inherited from Visual.)
VisualOffset (Inherited from Visual.)
VisualOpacity (Inherited from Visual.)
VisualOpacityMask (Inherited from Visual.)
VisualParent (Inherited from Visual.)
VisualScrollableAreaClip (Inherited from Visual.)
VisualTextHintingMode (Inherited from Visual.)
VisualTextRenderingMode (Inherited from Visual.)
VisualTransform (Inherited from Visual.)
VisualXSnappingGuidelines (Inherited from Visual.)
VisualYSnappingGuidelines (Inherited from Visual.)
WarnDuplicates
Whether to show duplicate words as errors (eg. "this is is an error").

Width (Inherited from FrameworkElement.)
WordAdded
Fired when word added to user dictionary

WordChanged
Fired when word changed

WordIgnored
Fired when word ignored

WordsEntered
Fired when words have been entered (typed or pasted).

Remarks
This class works with IAYTTextBox interface classes and RichTextBox and TextBox. This class not only checks as the user types, but also follows any text modifying actions, such as; Cut, paste, selection delete etc.
Inheritance Hierarchy
Object
DispatcherObject
 DependencyObject
  Visual
   UIElement
    FrameworkElement
     DesignableComponent
      RapidSpellAsYouType

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214