[]
Represents a text editor in the edit control.
public class InputTextBox : SEditTextBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IEditorValidator
Public Class InputTextBox
Inherits SEditTextBox
Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IEditorValidator
| Name | Description |
|---|---|
| InputTextBox() | Constructs a text editor (input text box). |
| Name | Description |
|---|---|
| EditModeCursorPosition | Gets or sets the position of the pointer in the control when it receives the focus. |
| LastCaretPos | Gets or sets the last caret position. |
| Value | Gets or sets the value in the control. |
| Name | Description |
|---|---|
| IsInputChar(char) | Determines whether a character is an input character that the control recognizes. |
| OnAdvance(EventArgs) | Occurs on focus advance. |
| OnGotFocus(EventArgs) | Occurs when focus is received. |
| OnLostFocus(EventArgs) | Occurs when focus is lost. |
| OnMouseDown(MouseEventArgs) | Raises the MouseDown event when the pointer button is pressed while the cursor is over the control. |
| OnMouseMove(MouseEventArgs) | Raises the MouseDown event when the pointer button is pressed while the cursor is over the control. |
| OnPaint(PaintEventArgs) | Occurs when painted. |
| OnPaintBackground(PaintEventArgs) | Occurs when background is painted. |
| OnTextChanged(EventArgs) | Raises the System.Windows.Forms.Control.TextChanged event. |
| OnUserError(UserErrorEventArgs) | Occurs on user error. |
| ProcessKeyMessage(ref Message) | Processes the key message. |
| SetTextNoUndo(string) | Sets the text editor to not allow undo. |
| WndProc(ref Message) | Internal use only. Windows process. |