Search
Container Members
Constructors Properties Methods
 


A base class for UI container controls.

The following tables list the members exposed by the Container type.

 Public Constructors

  Name Description

Container

Initializes a new instance of the Container class.

 Public Properties

  Name Description

activeChild

Gets the topmost child window.

children

Gets the collection of child windows.

content

Gets a reference to the container's content element.

contentBounds

Gets the bounds of this container's content element.

contentRect

Gets the bounding rect of this container's content element.

 Public Methods

  Name Description

attach

Control.attach override.

bringToFront

Brings a child window to the front, effectively making it topmost and active.

detach

Control.detach override.

dispose

Control.dispose override.

fit

Ensures that a child window fits into content bounds.

sendToBack

Sends a child window to the back.

 See Also