The Container type exposes the following members.

Methods

  NameDescription
Public methodActivate
Activates the control
(Overrides Control..::..Activate()()()().)
Public methodAddChild
Adds a child control to the container
Public methodBlur
Deactivates the control
(Overrides Control..::..Blur()()()().)
Public methodBringControlToFront
Updates the z-index of the specified control so it is rendered on top.
Protected methodButtonPressedMessage
Override this message to handle button pressed events internally.
(Inherited from Control.)
Protected methodButtonReleasedMessage
Override this message to handle button released events internally.
(Inherited from Control.)
Public methodClearChildren
Removes all children from container.
Public methodDispose
Disposes the control
(Inherited from Control.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetChildByIndex
Returns a child by its index.
Public methodGetChildByName
Gets a child control by its name.
Public methodGetChildIndex
Returns the index associated with the child.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodHitTest
Checks if a point is inside of the control
(Inherited from Control.)
Public methodInvalidate()()()()
Safely redraws control
(Inherited from Control.)
Public methodInvalidate(rect)
Safely redraws control
(Inherited from Control.)
Protected methodKeyboardAltKeyMessage
Override this message to handle alt key events internally.
(Inherited from Control.)
Protected methodKeyboardKeyMessage
Override this message to handle key events internally.
(Overrides Control..::..KeyboardKeyMessage(Char, Boolean, Boolean%).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNextChild
Moves the focus from the active to the next child.
Protected methodOnButtonPressed
Fires the ButtonPressed event
(Inherited from Control.)
Protected methodOnButtonReleased
Fires the ButtonReleased event
(Inherited from Control.)
Protected methodOnDoubleTap
Fires the DoubleTap event
(Inherited from Control.)
Protected methodOnGotFocus
Fires the GotFocus event
(Inherited from Control.)
Protected methodOnKeyboardAltKey
Fires the KeyboardAltKey event
(Inherited from Control.)
Protected methodOnKeyboardKey
Fires the KeyboardKey event
(Inherited from Control.)
Protected methodOnLostFocus
Fires the LostFocus event
(Inherited from Control.)
Protected methodOnRender
Renders the control contents
(Inherited from Control.)
Public methodOnTap
Fires the Tap event
(Inherited from Control.)
Public methodOnTapHold
Fires the TapHold event
(Inherited from Control.)
Public methodOnTouchDown
Fires the TouchDown event
(Inherited from Control.)
Public methodOnTouchGesture
Fires the TouchGesture event
(Inherited from Control.)
Public methodOnTouchMove
Fires the TouchMove event
(Inherited from Control.)
Public methodOnTouchUp
Fires the TouchUp event
(Inherited from Control.)
Public methodPreviousChild
Moves the focus from the active to the previous child.
Public methodQuiteUnsuspend
Sets the containers Suspended property to false without redrawing the container
Public methodRemoveChild
Removes a child from the container
Public methodRemoveChildAt
Removes child by index
Public methodRender(Boolean)
Unsafely renders control
(Inherited from Control.)
Public methodRender(rect, Boolean)
Unsafely renders control.
Public methodSendButtonEvent
Directly inform control of button events
(Inherited from Control.)
Public methodSendKeyboardAltKeyEvent
Directly inform control of keyboard alt key events
(Inherited from Control.)
Public methodSendKeyboardKeyEvent
Directly inform control of keyboard key events
(Inherited from Control.)
Public methodSendTouchDown
Directly inform control of touch down event
(Inherited from Control.)
Public methodSendTouchGesture
Directly inform control of touch gesture event
(Inherited from Control.)
Public methodSendTouchMove
Directly inform control of touch move event
(Inherited from Control.)
Public methodSendTouchUp
Directly inform control of touch up event
(Inherited from Control.)
Public methodToString (Inherited from Object.)
Protected methodTouchDownMessage
Override this message to handle touch events internally.
(Inherited from Control.)
Protected methodTouchGestureMessage
Override this message to handle touch events internally.
(Inherited from Control.)
Protected methodTouchMoveMessage
Override this message to handle touch events internally.
(Inherited from Control.)
Protected methodTouchUpMessage
Override this message to handle touch events internally.
(Inherited from Control.)
Public methodUpdateOffsets()()()()
Update the X/Y position offset of the control
(Inherited from Control.)
Public methodUpdateOffsets(point)
Update the X/Y position offset of the control
(Inherited from Control.)

See Also