ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / VTreeHelper Class


In This Topic
    VTreeHelper Class Methods
    In This Topic

    For a list of all members of this type, see VTreeHelper members.

    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Returns the first child visual object of the specified type within a specified parent.  
    Public Methodstatic (Shared in Visual Basic)Returns all children visual objects of the specified type within a specified parent.  
    Public Methodstatic (Shared in Visual Basic)Returns a Windows.UI.Xaml.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.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Returns a Windows.UI.Xaml.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.  
    Top
    See Also