Click or drag to resize

VisualComponentAddToComponent Method

Overload List
  NameDescription
Public methodStatic memberAddToComponent(Visual, String, Visual)
Add a list of visuals to a component (or create a component).
Public methodStatic memberAddToComponent(Visual, String, IEnumerableVisual)
Add a list of visuals to a component (or create a component).
Public methodStatic memberAddToComponent(Visual, Visual, VisualComponentComponentType, Boolean)
Mark this visual as a member of the component. Component must be the root of an existing component, or null. If deep is set, then this visual and all its descendants will be added to the component. If deep is not set but this visual is already a member of a component, then it and all its child visuals within the current component, will be moved to the new component.
Public methodStatic memberAddToComponent(Visual, Visual, String, Boolean)
Mark this visual as a member of the component. Component must be the root of an existing component, or null. If deep is set, then this visual and all its descendants will be added to the component. If deep is not set but this visual is already a member of a component, then it and all its child visuals within the current component, will be moved to the new component.
Top
See Also