InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Util.Win Namespace / Win32 Class / GetAncestor Method

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

    Parameters

    hwnd
    gaFlags
    See Also