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

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | 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. |
![]() | SelectedText | Gets or sets a value indicating the currently selected text in the control. |
![]() | 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. |

This is typically used in conjunction with 3rd party text controls.
Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412