Click or drag to resize
DigitalRuneUIHelper Methods

The UIHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAncestors
Gets the ancestors of the control in the visual tree.
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.
Public methodStatic memberGetLeaves
Gets the leaves of the control in the visual tree.
Public methodStatic memberGetRoot
Returns the root control of the visual tree.
Public methodStatic memberGetSelfAndAncestors
Gets the control and its ancestors in the visual tree.
Public methodStatic memberGetSubtree(UIControl)
Gets the subtree (the given control and all of its descendants in the visual tree) using a depth-first search.
Public methodStatic memberGetSubtree(UIControl, Boolean)
Gets the subtree (the given control and all of its descendants in the visual tree) using either a depth-first or a breadth-first search.
Top
See Also