The IControl type exposes the following members.

Methods

  NameDescription
Public methodActivate
Activates the control
Public methodBlur
Deactivates the control
Public methodDispose
Frees, releases, or resets allocated unmanaged resources.
Public methodHitTest
Checks if a point is inside of the control
Public methodInvalidate()()()()
Safely redraws control
Public methodInvalidate(rect)
Safely redraws control
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 methodUpdateOffsets()()()()
Update the X/Y position offset of the control
Public methodUpdateOffsets(point)
Update the X/Y position offset of the control

See Also