Click or drag to resize

Container Methods

The Container type exposes the following members.

Methods
  NameDescription
Protected methodApplyStyles
Applies the styles to the specified widget up the parent chain.
(Overrides ControlApplyStyles(Object, String).)
Public methodFindChild(String)
Finds a child control in this container or any of its child containers with the specified id.
Public methodFindChild(Type, String)
Finds a child control in this container or any of its child containers with the specified type
Public methodFindChildT(String)
Finds a child control in this container or any of its child containers with the specified id
Protected methodOnLoad
Raises the Load event, and recurses to this container's children
(Overrides ControlOnLoad(EventArgs).)
Protected methodOnLoadComplete
Raises the LoadComplete event, and recurses to this container's children
(Overrides ControlOnLoadComplete(EventArgs).)
Protected methodOnPreLoad
Raises the PreLoad event, and recurses to this container's children
(Overrides ControlOnPreLoad(EventArgs).)
Protected methodOnStyleChanged
Handles when the Style is changed.
(Overrides ControlOnStyleChanged(EventArgs).)
Protected methodOnUnLoad
Raises the UnLoad event, and recurses to this container's children
(Overrides ControlOnUnLoad(EventArgs).)
Public methodRemove(Control)
Removes the specified child control
Public methodRemove(IEnumerableControl)
Remove the specified controls from this container
Public methodRemoveAll
Removes all controls from this container
Protected methodRemoveLogicalParent
Removes the child control from the logical parent of this container.
Protected methodRemoveParent
Removes the specified control from the container.
Protected methodSetLogicalParent
Sets the logical (non-visual) parent of the specified child control.
Protected methodSetParent
Sets the parent of the specified child to this container
Top
See Also