[]
        
(Showing Draft Content)

FarPoint.Win.InputTextBox

InputTextBox Class

Represents a text editor in the edit control.

Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public class InputTextBox : SEditTextBox, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IEditorValidator
Public Class InputTextBox
    Inherits SEditTextBox
    Implements IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IEditorValidator

Constructors

Name Description
InputTextBox()

Constructs a text editor (input text box).

Properties

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.

Methods

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.