Click or drag to resize
DigitalRuneUIHelperGetDescendants Method
Gets the descendants of the control in the visual tree.
Overload List
  NameDescription
Public methodStatic memberGetDescendants(UIControl)
Gets the descendants of the control in the visual tree using a depth-first search.
Public methodStatic memberGetDescendants(UIControl, Boolean)
Gets the descendants of the control in the visual tree using either a depth-first or a breadth-first search.
Top
See Also