Keyoti RapidSpell WPF API Docs
RapidSpellDialog Class
APIKeyoti.RapidSpell.WpfRapidSpellDialog
Keyoti RapidSpell WPF
RapidSpell Desktop Dialog Control, this convenience control provides design time support for RapidSpellGUI and multiple text box support.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public class RapidSpellDialog : DesignableComponent
public class RapidSpellDialog : DesignableComponent
Public Class RapidSpellDialog
	Inherits DesignableComponent
Public Class RapidSpellDialog
	Inherits DesignableComponent
public ref class RapidSpellDialog : public DesignableComponent
public ref class RapidSpellDialog : public DesignableComponent
type RapidSpellDialog =  
    class
        inherit DesignableComponent
    end
type RapidSpellDialog =  
    class
        inherit DesignableComponent
    end
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
RapidSpellDialog()()()()
Default constructor.

RapidSpellDialog(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.)
AddTextComponent(TextBoxBase)
Adds a TextBoxBase (TextBox, RichTextBox and derivatives) to be checked.

AddTextComponent(ISpellCheckableTextComponent)
Adds an ISpellCheckableTextComponent to be checked.

AddToEventRoute(EventRoute, RoutedEventArgs) (Inherited from UIElement.)
AddVisualChild(Visual) (Inherited from Visual.)
AllOperationScope
The scope that ignore-all/change-all should have.

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"

AlwaysShowDialog
Whether to show dialog even when there are no errors in the text box. If set to false causes a spell check before opening the dialog, if there are no errors a message box appears instead of the dialog.

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.)
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.)
Check()()()()
Bring up the spell checker dialog and start checking the component set to check.

CheckAccess()()()() (Inherited from DispatcherObject.)
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.

CheckerEngine
The checker engine to use, this object must implement the ICheckerEngine interface, allows customization or replacement of the spell checker.

CheckFromStartOfTextOnMultiples
Whether to check each textbox from the start of the text when working with multiple textboxes.

CheckReadOnlyTextBoxes
Whether to spell check textboxes which are readonly.

ClearTextComponents()()()()
Removes all text components from being spell checked.

ClearValue(DependencyProperty) (Inherited from DependencyObject.)
ClearValue(DependencyPropertyKey) (Inherited from DependencyObject.)
Clip (Inherited from UIElement.)
ClipToBounds (Inherited from UIElement.)
Close()()()()
Close the spell checker dialog window, if open.

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.)
ControlBox
Whether a control box is displayed in the caption bar of the form.

CreateDialogView
Fired when an IDialogView is being created. Allows for customization

CreateDialogViewOptions
Fired when an IDialogViewOptions is being created. Allows for customization

CreateDialogViewUserDictionaryEdit
Indicates that a new IDialogViewUserDictionaryEdit is being created, also provides chance to override the default IDialogViewUserDictionaryEdit.

CreateUserInterfaceFormPresenter
Fired when an IUserInterfaceFormPresenter is being created. Allows for customization

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
The file to be used as the main dictionary (either a full file path, or the name of an embedded resource), if this is null then the built-in US English dictionary is used.

Dispatcher (Inherited from DispatcherObject.)
Dispose(Boolean)
Disposes of unmanaged resources.

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.)
ForceCursor (Inherited from FrameworkElement.)
GetAnimationBaseValue(DependencyProperty) (Inherited from UIElement.)
GetBindingExpression(DependencyProperty) (Inherited from FrameworkElement.)
GetHashCode()()()() (Inherited from DependencyObject.)
GetLayoutClip(Size) (Inherited from FrameworkElement.)
GetLocalValueEnumerator()()()() (Inherited from DependencyObject.)
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.)
Icon
The dialog window's icon.

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.

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.)
Location
Where to position dialog the first time it is opened.

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.)
Modal
Whether the spell checker will run modally. (Modal operation blocks the parent form)

ModalOwner
The owner of the checker form, when it's viewed modally.

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.)
NumberSuggestionList
Whether to number the items in the suggestion list, for quick user selection.

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.)
OnCreateDialogView(CreateDialogViewEventArgs)
Raises event

OnCreateDialogViewOptions(CreateDialogViewOptionsEventArgs)
Raises event

OnCreateDialogViewUserDictionaryEdit(CreateDialogViewUserDictionaryEditEventArgs)
Fires the CreateDialogViewUserDictionaryEdit event.

OnCreateUserInterfaceFormPresenter(CreateUserInterfaceFormPresenterEventArgs)
Raises event

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.)
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.)
OnSpellCheckFinishedTextBox(TextBoxSpellCheckEventArgs)
Raises event

OnSpellCheckStartedTextBox(TextBoxSpellCheckEventArgs)
Raises event

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(Object, WordAddedEventArgs)
Fires WordAdded event

OnWordChanged(Object, WordChangedEventArgs)
Fires WordChanged event

OnWordChanging(Object, WordChangedEventArgs)
Fires WordChanging event

OnWordIgnored(Object, WordIgnoredEventArgs)
Fires WordIgnored event

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).

OptionsPresenter
Presenter for the user options form (IDialogViewOptions).

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.)
QueryTextBoxMultiline
Whether 'not in dictionary' text box is multiline or single line.

RaiseEvent(RoutedEventArgs) (Inherited from UIElement.)
ReadLocalValue(DependencyProperty) (Inherited from DependencyObject.)
Ready
Fired when ready to proceed with first query.

RecheckDocumentRequest
Fired when the text should be rechecked

RegisterName(String, Object) (Inherited from FrameworkElement.)
ReleaseAllTouchCaptures()()()() (Inherited from UIElement.)
ReleaseMouseCapture()()()() (Inherited from UIElement.)
ReleaseStylusCapture()()()() (Inherited from UIElement.)
ReleaseTouchCapture(TouchDevice) (Inherited from UIElement.)
RemoveHandler(RoutedEvent, Delegate) (Inherited from UIElement.)
RemoveLogicalChild(Object) (Inherited from FrameworkElement.)
RemoveTextComponent(TextBoxBase)
Removes a TextBoxBase (TextBox, RichTextBox and derivatives) to be checked.

RemoveTextComponent(ISpellCheckableTextComponent)
Removes an ISpellCheckableTextComponent to be checked.

RemoveVisualChild(Visual) (Inherited from Visual.)
RenderSize (Inherited from UIElement.)
RenderTransform (Inherited from UIElement.)
RenderTransformOrigin (Inherited from UIElement.)
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.)
ShowContextSentence
Whether to show the query in context of it's sentence/line.

ShowFinishedBoxAtEnd
Whether to show the spell check complete dialog box at the end, true by default.

ShowInTaskbar
Gets or sets a value indicating whether the form is displayed in the Windows taskbar.

ShowOptionForCheckAsYouType
Whether to show the 'check as you type' option check box in the options form.

ShowOptionsButton
Whether to show the options button.

ShowUndoButton
Whether to show the undo button.

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

SpellCheckFinishedTextBox
Fired when spell check starts on a text box (used in multiple text box checking situations)

SpellCheckStarted
Fired when checking starts

SpellCheckStartedTextBox
Fired when spell check starts on a text box (used in multiple text box checking situations)

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.)
TextBox
The TextBox or RichTextBox to work with

TextBoxBasesToCheck
Array of TextBoxBases this GUI will spell check.

TextBoxProperty
The RapidSpellAsYouType to work with.

TextInput (Inherited from UIElement.)
Texts
The UI texts.

ThirdPartyTextComponentsToCheck
Array of ISpellCheckableTextComponent this GUI will spell check.

ThirdPartyTextComponentToCheck
The 3rd Party Component that this GUI will spell check.

ToolTip (Inherited from FrameworkElement.)
ToolTipClosing (Inherited from FrameworkElement.)
ToolTipOpening (Inherited from FrameworkElement.)
TopMost
Whether the form is 'always on top'.

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.)
Undone
Fired when an Undo occurs

Unloaded (Inherited from FrameworkElement.)
UnregisterName(String) (Inherited from FrameworkElement.)
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.

UserInterfaceFormPresenter
The presenter (eg. RapidSpellGUIPresenter) currently in use, may be null/Nothing if not created yet.

UserQuery
Indicates that the user is being queried on a spelling error.

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.)
WindowStartupLocation
The dialog window's startup location.

WindowStyle
The dialog window's style.

WordAdded
Fired when word added to user dictionary

WordChanged
Fired when a word is changed

WordChanging
Fired before a word is changed

WordIgnored
Fired when word ignored

WordRemoved
Fired when a word is removed from user dictionary.

Inheritance Hierarchy

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