[]
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 |
---|---|
IsControlVisibleToUser(Control) | |
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. |
OnImeModeChanged(EventArgs) | |
OnLostFocus(EventArgs) | Occurs when focus is lost. |
OnMouseDown(MouseEventArgs) | |
OnMouseMove(MouseEventArgs) | |
OnPaint(PaintEventArgs) | Occurs when painted. |
OnPaintBackground(PaintEventArgs) | Occurs when background is painted. |
OnTextChanged(EventArgs) | |
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. |