The IContainer type exposes the following members.

Methods

  NameDescription
Public methodActivate
Activates the control
(Inherited from IControl.)
Public methodAddChild
Adds a child control to the container
Public methodBlur
Deactivates the control
(Inherited from IControl.)
Public methodBringControlToFront
Updates the z-index of the specified control so it is rendered on top.
Public methodClearChildren
Removes all children from container.
Public methodDispose
Frees, releases, or resets allocated unmanaged resources.
(Inherited from IControl.)
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 methodHitTest
Checks if a point is inside of the control
(Inherited from IControl.)
Public methodInvalidate()()()()
Safely redraws control
(Inherited from IControl.)
Public methodInvalidate(rect)
Safely redraws control
(Inherited from IControl.)
Public methodNextChild
Moves the focus from the active to the next child.
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 IControl.)
Public methodRender(rect, Boolean)
Unsafely renders control.
Public methodSendButtonEvent
Directly inform control of button events
(Inherited from IControl.)
Public methodSendKeyboardAltKeyEvent
Directly inform control of keyboard alt key events
(Inherited from IControl.)
Public methodSendKeyboardKeyEvent
Directly inform control of keyboard key events
(Inherited from IControl.)
Public methodSendTouchDown
Directly inform control of touch down event
(Inherited from IControl.)
Public methodSendTouchGesture
Directly inform control of touch gesture event
(Inherited from IControl.)
Public methodSendTouchMove
Directly inform control of touch move event
(Inherited from IControl.)
Public methodSendTouchUp
Directly inform control of touch up event
(Inherited from IControl.)
Public methodUpdateOffsets()()()()
Update the X/Y position offset of the control
(Inherited from IControl.)
Public methodUpdateOffsets(point)
Update the X/Y position offset of the control
(Inherited from IControl.)

See Also