As-You-Type enabled TextBox.

C# | C# | Visual Basic | Visual Basic | Visual C++ | Visual C++ | F# | F# |
public class TextBoxConnector : IAYTTextBox, IThirdPartyTextBoxConnector
public class TextBoxConnector : IAYTTextBox, IThirdPartyTextBoxConnector
Public Class TextBoxConnector Implements IAYTTextBox, IThirdPartyTextBoxConnector
Public Class TextBoxConnector Implements IAYTTextBox, IThirdPartyTextBoxConnector
public ref class TextBoxConnector : IAYTTextBox, IThirdPartyTextBoxConnector
public ref class TextBoxConnector : IAYTTextBox, IThirdPartyTextBoxConnector
type TextBoxConnector = class interface IAYTTextBox interface IThirdPartyTextBoxConnector end
type TextBoxConnector = class interface IAYTTextBox interface IThirdPartyTextBoxConnector end

All Members | Constructors | Methods | Properties | Events | |
Icon | Member | Description |
---|---|---|
![]() | TextBoxConnector()()()() |
Internal
|
![]() | 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 | The context menu that will be shown when the right click is not on a misspelled word. |
![]() | ContextMenuStripDefault | The context menu that will be shown when the right click is not on a misspelled word. |
![]() | ControlBackgroundPaint | Event fired when Windows level background repaint occurs. |
![]() | ControlPaint | Event fired when Windows level repaint occurs. |
![]() | DefaultContextMenu | Obsolete.
Internal
|
![]() | Disposed | Event fires when component is Disposed. |
![]() | Disposing |
Is disposing
|
![]() | Enabled |
Internal
|
![]() | Enter | Occurs when the control receives focus. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FindForm()()()() |
Internal
|
![]() | Font | Gets or sets the font of the text displayed by the control. |
![]() | FontChanged |
Internal
|
![]() | FormatChanged | Event fired when formatting changes (such as font change). |
![]() | GetBaselineOffsetAtCharIndex(Int32) | Gets the baseline offset for a character at index i |
![]() | 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. |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLineFromCharIndex(Int32) | Gets the line number that char index is on |
![]() | GetPosFromCharIndex(Int32) | Gets the position point from the char index |
![]() | GetTBU()()()() | Interface requirement |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | 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. |
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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 |
Parent
|
![]() | ReadOnly |
Internal
|
![]() | RecreatingHandle |
Is recreating 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 | This member overrides TextBox.SelectedText. |
![]() | SelectionChanged | Occurs when the selection of text within the control has changed. |
![]() | SelectionLength | This member overrides TextBox.SelectionLength. |
![]() | SelectionStart | Gets or sets the starting point of text selected in the text box. |
![]() | ShowCutCopyPasteContextMenu | Whether to show the standard Undo/Cut/Copy/Paste/Delete/Select All context menu. |
![]() | SuspendLayout()()()() |
Internal
|
![]() | Text | This member overrides TextBox.Text. |
![]() | TextChanged | Occurs when the Text property value changes. |
![]() | TextLength | Gets the current text length in the text box. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UnderlineYOffset | Controls the position of the underline relative to the baseline. |
![]() | 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. |
![]() | WndProc(Message%) | Handles WndProc events and dispatches new events. |
![]() | WrappedTextBox |
Internal
|

Object | |
![]() | TextBoxConnector |
Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412