The IContainer type exposes the following members.

Properties

  NameDescription
Public propertyActiveChild
Gets/Sets the control that is currently focused inside the container
Public propertyCanFocus
Gets the controls ability to receive focus
(Inherited from IControl.)
Public propertyCanRender
Gets the containers ability to be rendered
Public propertyChildren
Gets an array of children
Public propertyDisposing
Gets the disposing state of the control
(Inherited from IControl.)
Public propertyEnabled
Gets/Sets the enabled state of the control
(Inherited from IControl.)
Public propertyHeight
Gets/Sets the height of the control in pixels
(Inherited from IControl.)
Public propertyLastTouch
Gets the coordinates of the last point touched
(Inherited from IControl.)
Public propertyLeft
Gets the absolute X position of the control accounting for parental offsets
(Inherited from IControl.)
Public propertyName
Gets the name of the control
(Inherited from IControl.)
Public propertyParent
Gets/Sets the control's container
(Inherited from IControl.)
Public propertyScreenBounds
Gets the exact location of the control in pixels on the screen
(Inherited from IControl.)
Public propertySuspended
Gets/Sets the suspended state
(Inherited from IControl.)
Public propertyTop
Gets the absolute Y position of the control accounting for parental offsets
(Inherited from IControl.)
Public propertyTopLevelContainer
Returns the top-most parent
Public propertyTouching
Gets the current touch state of the control
(Inherited from IControl.)
Public propertyVisible
Gets/Sets the visibility of the control
(Inherited from IControl.)
Public propertyWidth
Gets/Sets the width of the control in pixels
(Inherited from IControl.)
Public propertyX
Gets/Sets the X position in pixels
(Inherited from IControl.)
Public propertyY
Gets/Sets the Y position in pixels
(Inherited from IControl.)

See Also