Defines the interface required for a text component to be spell checkable using the RapidSpellDialog control (or RapidSpellGUI class)
| C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public interface ISpellCheckableTextComponent2 : ISpellCheckableTextComponent
public interface ISpellCheckableTextComponent2 : ISpellCheckableTextComponent
Public Interface ISpellCheckableTextComponent2 Inherits ISpellCheckableTextComponent
Public Interface ISpellCheckableTextComponent2 Inherits ISpellCheckableTextComponent
public interface class ISpellCheckableTextComponent2 : ISpellCheckableTextComponent
public interface class ISpellCheckableTextComponent2 : ISpellCheckableTextComponent
type ISpellCheckableTextComponent2 = interface interface ISpellCheckableTextComponent end
type ISpellCheckableTextComponent2 = interface interface ISpellCheckableTextComponent end
| All Members | Methods | Properties | Events | ||
| Icon | Member | Description |
|---|---|---|
| CaretPosition |
The caret or selection start position
(Inherited from ISpellCheckableTextComponent.) | |
| Dispose()()()() |
Dispose of resources
(Inherited from ISpellCheckableTextComponent.) | |
| Disposed |
Occurs when the control is disposed of.
(Inherited from ISpellCheckableTextComponent.) | |
| Enabled |
Whether the textbox is enabled
(Inherited from ISpellCheckableTextComponent.) | |
| GotFocus | Occurs when the control receives focus. (Inherited from ISpellCheckableTextComponent.) | |
| HideSelection | Gets or sets a value indicating whether the selected text in the text box control remains highlighted when the control loses focus. (Inherited from ISpellCheckableTextComponent.) | |
| ReadOnly |
Whether the textbox is readonly
(Inherited from ISpellCheckableTextComponent.) | |
| ScrollToCaret()()()() | Scrolls the contents of the control to the current caret position. (Inherited from ISpellCheckableTextComponent.) | |
| Select(Int32, Int32) |
Make a selection
(Inherited from ISpellCheckableTextComponent.) | |
| SelectedText | Gets or sets a value indicating the currently selected text in the control. (Inherited from ISpellCheckableTextComponent.) | |
| SelectionEnd | Gets or sets the starting point of text selected in the text box. (Inherited from ISpellCheckableTextComponent.) | |
| SelectionLength | Gets or sets the number of characters selected in the text box. (Inherited from ISpellCheckableTextComponent.) | |
| SelectionStart | Gets or sets the starting point of text selected in the text box. (Inherited from ISpellCheckableTextComponent.) | |
| Text | Gets or sets the current text in the text box. (Inherited from ISpellCheckableTextComponent.) |
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