Keyoti RapidSpell WPF API Docs
ISpellCheckableTextComponent Interface
APIKeyoti.RapidSpell.WpfISpellCheckableTextComponent
Keyoti RapidSpell WPF
Defines the interface required for a text component to be spell checkable using the RapidSpellDialog control (or RapidSpellGUI class)
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public interface ISpellCheckableTextComponent
public interface ISpellCheckableTextComponent
Public Interface ISpellCheckableTextComponent
Public Interface ISpellCheckableTextComponent
public interface class ISpellCheckableTextComponent
public interface class ISpellCheckableTextComponent
type ISpellCheckableTextComponent =  interface end
type ISpellCheckableTextComponent =  interface end
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
CaretPosition
The caret or selection start position

Dispose()()()()
Dispose of resources

Disposed
Occurs when the control is disposed of.

Enabled
Whether the textbox is enabled

GotFocus
Occurs when the control receives focus.

HideSelection
Gets or sets a value indicating whether the selected text in the text box control remains highlighted when the control loses focus.

ReadOnly
Whether the textbox is readonly

ScrollToCaret()()()()
Scrolls the contents of the control to the current caret position.

Select(Int32, Int32)
Make a selection

SelectedText
Gets or sets a value indicating the currently selected text in the control.

SelectionEnd
Gets or sets the starting point of text selected in the text box.

SelectionLength
Gets or sets the number of characters selected in the text box.

SelectionStart
Gets or sets the starting point of text selected in the text box.

Text
Gets or sets the current text in the text box.

Remarks
This is typically used in conjunction with 3rd party text controls.

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