Container Properties |
The Container type exposes the following members.
| Name | Description | |
|---|---|---|
| Children |
Gets an enumeration of all contained child controls, including controls within child containers
| |
| ClientSize |
Gets or sets the size for the client area of the control
| |
| Controls |
Gets an enumeration of logical controls that are directly contained by this container
| |
| StyleProvider |
Gets or sets the style provider for this container.
| |
| Styles |
Gets the default style provider for this container.
| |
| VisualChildren |
Gets an enumeration of all contained child controls in the visual tree, including controls within child containers.
|