ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / ValidateRect Method

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

    Parameters

    hWnd
    lpRect
    See Also