The Control type exposes the following members.

Methods

  NameDescription
Public methodActivate
Activates the control
Public methodBlur
Deactivates the control
Protected methodButtonPressedMessage
Override this message to handle button pressed events internally.
Protected methodButtonReleasedMessage
Override this message to handle button released events internally.
Public methodDispose
Disposes the control
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHitTest
Checks if a point is inside of the control
Public methodInvalidate()()()()
Safely redraws control
Public methodInvalidate(rect)
Safely redraws control
Protected methodKeyboardAltKeyMessage
Override this message to handle alt key events internally.
Protected methodKeyboardKeyMessage
Override this message to handle key events internally.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnButtonPressed
Fires the ButtonPressed event
Protected methodOnButtonReleased
Fires the ButtonReleased event
Protected methodOnDoubleTap
Fires the DoubleTap event
Protected methodOnGotFocus
Fires the GotFocus event
Protected methodOnKeyboardAltKey
Fires the KeyboardAltKey event
Protected methodOnKeyboardKey
Fires the KeyboardKey event
Protected methodOnLostFocus
Fires the LostFocus event
Protected methodOnRender
Renders the control contents
Public methodOnTap
Fires the Tap event
Public methodOnTapHold
Fires the TapHold event
Public methodOnTouchDown
Fires the TouchDown event
Public methodOnTouchGesture
Fires the TouchGesture event
Public methodOnTouchMove
Fires the TouchMove event
Public methodOnTouchUp
Fires the TouchUp event
Public methodRender
Unsafely renders control
Public methodSendButtonEvent
Directly inform control of button events
Public methodSendKeyboardAltKeyEvent
Directly inform control of keyboard alt key events
Public methodSendKeyboardKeyEvent
Directly inform control of keyboard key events
Public methodSendTouchDown
Directly inform control of touch down event
Public methodSendTouchGesture
Directly inform control of touch gesture event
Public methodSendTouchMove
Directly inform control of touch move event
Public methodSendTouchUp
Directly inform control of touch up event
Public methodToString (Inherited from Object.)
Protected methodTouchDownMessage
Override this message to handle touch events internally.
Protected methodTouchGestureMessage
Override this message to handle touch events internally.
Protected methodTouchMoveMessage
Override this message to handle touch events internally.
Protected methodTouchUpMessage
Override this message to handle touch events internally.
Public methodUpdateOffsets()()()()
Update the X/Y position offset of the control
Public methodUpdateOffsets(point)
Update the X/Y position offset of the control

See Also