Container Methods |
The Container type exposes the following members.
Name | Description | |
---|---|---|
![]() | ApplyStyles |
Applies the styles to the specified widget up the parent chain.
(Overrides ControlApplyStyles(Object, String).) |
![]() | FindChild(String) |
Finds a child control in this container or any of its child containers with the specified id.
|
![]() | FindChild(Type, String) |
Finds a child control in this container or any of its child containers with the specified type |
![]() | FindChildT(String) |
Finds a child control in this container or any of its child containers with the specified id |
![]() | OnLoad |
Raises the Load event, and recurses to this container's children
(Overrides ControlOnLoad(EventArgs).) |
![]() | OnLoadComplete |
Raises the LoadComplete event, and recurses to this container's children
(Overrides ControlOnLoadComplete(EventArgs).) |
![]() | OnPreLoad |
Raises the PreLoad event, and recurses to this container's children
(Overrides ControlOnPreLoad(EventArgs).) |
![]() | OnStyleChanged |
Handles when the Style is changed.
(Overrides ControlOnStyleChanged(EventArgs).) |
![]() | OnUnLoad |
Raises the UnLoad event, and recurses to this container's children
(Overrides ControlOnUnLoad(EventArgs).) |
![]() | Remove(Control) |
Removes the specified child control
|
![]() | Remove(IEnumerableControl) |
Remove the specified controls from this container
|
![]() | RemoveAll |
Removes all controls from this container
|
![]() | RemoveLogicalParent |
Removes the child control from the logical parent of this container.
|
![]() | RemoveParent |
Removes the specified control from the container.
|
![]() | SetLogicalParent |
Sets the logical (non-visual) parent of the specified child control.
|
![]() | SetParent |
Sets the parent of the specified child to this container
|