Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollBarElement Class / IsChildOf Method
Parent element to investigate.

In This Topic
    IsChildOf Method (ScrollBarElement)
    In This Topic
    Determines whether this element is a child of another element.
    Syntax
    'Declaration
     
    
    Public Function IsChildOf( _
       ByVal parent As Element _
    ) As Boolean
    public bool IsChildOf( 
       Element parent
    )

    Parameters

    parent
    Parent element to investigate.

    Return Value

    True if parent contains this element.
    See Also