TreeView for WinForms | ComponentOne
C1.Util.Win Namespace / Win32 Class / IsChild Method

In This Topic
    IsChild Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IsChild( _
       ByVal hWndParent As IntPtr, _
       ByVal hWnd As IntPtr _
    ) As Boolean
    public static bool IsChild( 
       IntPtr hWndParent,
       IntPtr hWnd
    )

    Parameters

    hWndParent
    hWnd
    See Also