ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / GetAncestor Method

In This Topic
    GetAncestor Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetAncestor( _
       ByVal hwnd As System.IntPtr, _
       ByVal gaFlags As System.UInteger _
    ) As System.IntPtr
    public static System.IntPtr GetAncestor( 
       System.IntPtr hwnd,
       System.uint gaFlags
    )

    Parameters

    hwnd
    gaFlags
    See Also