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

In This Topic
    GetWindowRect Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetWindowRect( _
       ByVal hWnd As IntPtr, _
       ByRef lpRect As Win32.RECT _
    ) As Boolean
    public static bool GetWindowRect( 
       IntPtr hWnd,
       ref Win32.RECT lpRect
    )

    Parameters

    hWnd
    lpRect
    See Also