Interface requirements for an "as-you-type" text box, if an object implements this interface then it is compatible with the RapidSpellAYT control.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public interface IAYTTextBox
public interface IAYTTextBox
Public Interface IAYTTextBox
Public Interface IAYTTextBox
public interface class IAYTTextBox
public interface class IAYTTextBox
type IAYTTextBox = interface end
type IAYTTextBox = interface end

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | BeginInvoke(Delegate) |
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
|
![]() | BeginInvoke(Delegate, array<Object>[]()[][]) |
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
|
![]() | ClientSize | Gets or sets the height and width of the client area of the control. |
![]() | ContextMenu | Gets or sets the shortcut menu associated with the control |
![]() | ContextMenuDefault | The context menu that will be shown when the right click is not on a misspelled word. |
![]() | ContextMenuStrip | Gets or sets the shortcut menu associated with the control |
![]() | ContextMenuStripDefault | The context menu strip that will be shown when the right click is not on a misspelled word. |
![]() | ControlPaint | Event fired when Control repaint occurs. |
![]() | DefaultContextMenu | Obsolete. The context menu that will be shown when the right click is not on a misspelled word. |
![]() | Disposed | Event fires when component is Disposed. |
![]() | Disposing |
If the control is disposing
|
![]() | Enabled |
Whether the textbox is enabled
|
![]() | Enter | Occurs when the control receives focus. |
![]() | FormatChanged | Occurs when the formatting changes, such as font property value changes. |
![]() | GetBaselineOffsetAtCharIndex(Int32) | Gets the Y offset of the baseline from the position returned by GetPosFromCharIndex for a particular character. |
![]() | GetCharIndexFromPos(Point) | gets the char index from a position point. |
![]() | GetFirstVisibleCharIndex()()()() | Gets the character index of the first visible character in the window, this is for optimization and can just return 0 if unavailable. |
![]() | GetLineFromCharIndex(Int32) | Gets the line number that char index is on |
![]() | GetPosFromCharIndex(Int32) | Gets the position point from the char index. |
![]() | GetTBU()()()() | Returns the TextBoxUtilityAdapter, this is used internally for 3rd Party interface adapters. |
![]() | Handle | Gets the window handle that the control is bound to. |
![]() | Height | Gets or sets the height of the control. |
![]() | HScrolled | Event fired when horizontal scroll changed (by anything). |
![]() | IsDisposed | Gets a value indicating whether the control has been disposed of. |
![]() | IsHandleCreated |
Same as Control.IsHandleCreated
|
![]() | KeyDown | Occurs when a key is pressed while the control has focus. |
![]() | KeyPress | Occurs when a key is pressed while the control has focus. |
![]() | KeyUp | Occurs when a key is released while the control has focus. |
![]() | Leave | Occurs when the control loses focus. |
![]() | MouseDown | Occurs when the mouse pointer is over the control and a mouse button is pressed. |
![]() | MouseUp | Occurs when the mouse is released on the text box. |
![]() | MouseWheel | Occurs when the mouse wheel is used to scroll. |
![]() | Parent |
The parent control
|
![]() | ReadOnly |
Whether the textbox is readonly
|
![]() | RecreatingHandle |
If the control is recreating it's handle
|
![]() | Refresh()()()() | Forces the control to invalidate its client area and immediately redraw itself and any child controls. |
![]() | Resize | Occurs when the control is resized. |
![]() | ScrollCaret | Occurs when the text box is scrolled to the caret. |
![]() | 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. |
![]() | SuspendLayout()()()() | Suspend layout |
![]() | Text | Gets or sets the current text in the text box. |
![]() | TextChanged | Occurs when the Text property value changes. |
![]() | TextLength | Gets the current text length in the text box. |
![]() | VScrolled | Event fired when vertical scroll changed (by anything). |
![]() | VScrollEnd | Event fired when vertical scroll ends. |
![]() | Width | Gets or sets the width of the control. |
Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412