The Textbox type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Textbox(String, String, Font, Color, Int32, Int32, Char) | Initializes a new instance of the Textbox class |
![]() | Textbox(String, String, Font, Color, Int32, Int32, Int32, Char) | Initializes a new instance of the Textbox class |
![]() | Textbox(String, String, Font, Color, Int32, Int32, Int32, Int32, Char, Boolean) | Initializes a new instance of the Textbox class |
Methods
Name | Description | |
---|---|---|
![]() | Activate |
Activates the control
(Inherited from Control.) |
![]() | Blur |
Deactivates the control
(Inherited from Control.) |
![]() | ButtonPressedMessage |
Override this message to handle button pressed events internally.
(Inherited from Control.) |
![]() | ButtonReleasedMessage |
Override this message to handle button released events internally.
(Inherited from Control.) |
![]() | Dispose |
Disposes the control
(Inherited from Control.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | HitTest |
Checks if a point is inside of the control
(Inherited from Control.) |
![]() | Invalidate()()()() |
Safely redraws control
(Inherited from Control.) |
![]() | Invalidate(rect) |
Safely redraws control
(Inherited from Control.) |
![]() | KeyboardAltKeyMessage | (Overrides Control..::..KeyboardAltKeyMessage(Int32, Boolean, Boolean%).) |
![]() | KeyboardKeyMessage | (Overrides Control..::..KeyboardKeyMessage(Char, Boolean, Boolean%).) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnButtonPressed |
Fires the ButtonPressed event
(Inherited from Control.) |
![]() | OnButtonReleased |
Fires the ButtonReleased event
(Inherited from Control.) |
![]() | OnCaretChanged | |
![]() | OnDoubleTap |
Fires the DoubleTap event
(Inherited from Control.) |
![]() | OnGotFocus |
Fires the GotFocus event
(Inherited from Control.) |
![]() | OnKeyboardAltKey |
Fires the KeyboardAltKey event
(Inherited from Control.) |
![]() | OnKeyboardKey |
Fires the KeyboardKey event
(Inherited from Control.) |
![]() | OnLostFocus |
Fires the LostFocus event
(Inherited from Control.) |
![]() | OnRender | (Overrides Control..::..OnRender(Int32, Int32, Int32, Int32).) |
![]() | OnTap |
Fires the Tap event
(Inherited from Control.) |
![]() | OnTapHold |
Fires the TapHold event
(Inherited from Control.) |
![]() | OnTextChanged | |
![]() | OnTextEditorClosing | |
![]() | OnTextEditorStart | |
![]() | OnTouchDown |
Fires the TouchDown event
(Inherited from Control.) |
![]() | OnTouchGesture |
Fires the TouchGesture event
(Inherited from Control.) |
![]() | OnTouchMove |
Fires the TouchMove event
(Inherited from Control.) |
![]() | OnTouchUp |
Fires the TouchUp event
(Inherited from Control.) |
![]() | Render |
Unsafely renders control
(Inherited from Control.) |
![]() | SendButtonEvent |
Directly inform control of button events
(Inherited from Control.) |
![]() | SendKeyboardAltKeyEvent |
Directly inform control of keyboard alt key events
(Inherited from Control.) |
![]() | SendKeyboardKeyEvent |
Directly inform control of keyboard key events
(Inherited from Control.) |
![]() | SendTouchDown |
Directly inform control of touch down event
(Inherited from Control.) |
![]() | SendTouchGesture |
Directly inform control of touch gesture event
(Inherited from Control.) |
![]() | SendTouchMove |
Directly inform control of touch move event
(Inherited from Control.) |
![]() | SendTouchUp |
Directly inform control of touch up event
(Inherited from Control.) |
![]() | ToString | (Inherited from Object.) |
![]() | TouchDownMessage |
Override this message to handle touch events internally.
(Inherited from Control.) |
![]() | TouchGestureMessage |
Override this message to handle touch events internally.
(Inherited from Control.) |
![]() | TouchMoveMessage | (Overrides Control..::..TouchMoveMessage(Object, point, Boolean%).) |
![]() | TouchUpMessage | (Overrides Control..::..TouchUpMessage(Object, point, Boolean%).) |
![]() | UpdateOffsets()()()() |
Update the X/Y position offset of the control
(Inherited from Control.) |
![]() | UpdateOffsets(point) |
Update the X/Y position offset of the control
(Inherited from Control.) |
Properties
Name | Description | |
---|---|---|
![]() | CanFocus |
Gets the controls ability to receive focus
(Inherited from Control.) |
![]() | CurrentCharacter | |
![]() | Disposing |
Gets the disposing state of the control
(Inherited from Control.) |
![]() | EditorFont | |
![]() | EditorLayout | |
![]() | EditorTitle | |
![]() | Enabled |
Gets/Sets the enabled state of the control
(Inherited from Control.) |
![]() | Focused |
Gets if the control is currently focused
(Inherited from Control.) |
![]() | Font | |
![]() | Forecolor | |
![]() | Height |
Gets/Sets the height of the control in pixels
(Inherited from Control.) |
![]() | InternalSuspended |
Allows internally direct access to the Suspended flag of the control
(Inherited from Control.) |
![]() | LastTouch |
Gets the coordinates of the last point touched
(Inherited from Control.) |
![]() | Left |
Gets the absolute X position of the control accounting for parental offsets
(Inherited from Control.) |
![]() | Location |
Gets or sets the location of the control
(Inherited from Control.) |
![]() | Name |
Gets the name of the control
(Inherited from Control.) |
![]() | Parent |
Gets/Sets the control's container
(Inherited from Control.) |
![]() | PasswordCharacter | |
![]() | ReadOnly | |
![]() | ScreenBounds |
Gets the exact location of the control in pixels on the screen
(Inherited from Control.) |
![]() | ShowCaret | |
![]() | Suspended |
Gets/Sets the suspended state
(Inherited from Control.) |
![]() | Tag |
Gets or sets a user defined tag for the control
(Inherited from Control.) |
![]() | Text | |
![]() | Top |
Gets the absolute Y position of the control accounting for parental offsets
(Inherited from Control.) |
![]() | Touching |
Gets the current touch state of the control
(Inherited from Control.) |
![]() | Visible |
Gets/Sets the visibility of the control
(Inherited from Control.) |
![]() | Width |
Gets/Sets the width of the control in pixels
(Inherited from Control.) |
![]() | X |
Gets/Sets the X position in pixels
(Inherited from Control.) |
![]() | Y |
Gets/Sets the Y position in pixels
(Inherited from Control.) |
Events
Name | Description | |
---|---|---|
![]() | ButtonPressed |
Adds or removes callback methods for ButtonPressed events
(Inherited from Control.) |
![]() | ButtonReleased |
Adds or removes callback methods for ButtonReleased events
(Inherited from Control.) |
![]() | CaretChanged | |
![]() | DoubleTap |
Adds or removes callback methods for DoubleTap events
(Inherited from Control.) |
![]() | GotFocus |
Adds or removes callback methods for GotFocus events
(Inherited from Control.) |
![]() | KeyboardAltKey |
Adds or removes callback methods for KeyboardAltKey events
(Inherited from Control.) |
![]() | KeyboardKey |
Adds or removes callback methods for KeyboardKey events
(Inherited from Control.) |
![]() | LostFocus |
Adds or removes callback methods for LostFocus events
(Inherited from Control.) |
![]() | Tap |
Adds or removes callback methods for Tap events
(Inherited from Control.) |
![]() | TapHold |
Adds or removes callback methods for TapHold events
(Inherited from Control.) |
![]() | TextChanged | |
![]() | TextEditorClosing | |
![]() | TextEditorStart | |
![]() | TouchDown |
Adds or removes callback methods for TouchDown events
(Inherited from Control.) |
![]() | TouchGesture |
Adds or removes callback methods for TouchGesture events
(Inherited from Control.) |
![]() | TouchMove |
Adds or removes callback methods for TouchMove events
(Inherited from Control.) |
![]() | TouchUp |
Adds or removes callback methods for TouchUp events
(Inherited from Control.) |