The VTreeHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetChildOfType |
Returns the first child visual object of the specified type within a specified parent.
|
|
GetChildrenOfType |
Returns all children visual objects of the specified type within a specified parent.
|
|
GetFirstParent |
Returns a DependencyObject value that represents the first parent
of the visual object which type is one of the specified tyles. Method looks up the visual tree until
the desired parent element is found or parent element is equal to the specified endObject.
|
|
GetParentOfType(DependencyObject, Type) |
Returns a DependencyObject value that represents the parent
of the visual object of the specified type. Method looks up the visual tree until
the desired parent element is found or parent element is null.
|
|
GetParentOfType(DependencyObject, Type, Boolean) |
Returns a DependencyObject value that represents the parent
of the visual object of the specified type. Method looks up the visual tree until
the desired parent element is found or parent element is null.
|
|
GetParentOfType(DependencyObject, Type, DependencyObject) |
Returns a DependencyObject value that represents the parent
of the visual object of the specified type. Method looks up the visual tree until
the desired parent element is found or parent element is equal to the specified endObject.
|
|
GetParentOfType(DependencyObject, Type, DependencyObject, Boolean) |
Returns a DependencyObject value that represents the parent
of the visual object of the specified type. Method looks up the visual tree until
the desired parent element is found or parent element is equal to the specified endObject.
|