Nevron .NET Vision
Nevron.Interop.Win32 Namespace / NUser32 Class / AdjustWindowRectEx Method


In This Topic
    AdjustWindowRectEx Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function AdjustWindowRectEx( _
       ByRef lpRect As NWin32.RECT, _
       ByVal dwStyle As System.Integer, _
       ByVal bMenu As System.Boolean, _
       ByVal dwExStyle As System.Integer _
    ) As System.Boolean
    'Usage
     
    
    Dim lpRect As NWin32.RECT
    Dim dwStyle As System.Integer
    Dim bMenu As System.Boolean
    Dim dwExStyle As System.Integer
    Dim value As System.Boolean
     
    value = NUser32.AdjustWindowRectEx(lpRect, dwStyle, bMenu, dwExStyle)
    public static System.bool AdjustWindowRectEx( 
       ref NWin32.RECT lpRect,
       System.int dwStyle,
       System.bool bMenu,
       System.int dwExStyle
    )

    Parameters

    lpRect
    dwStyle
    bMenu
    dwExStyle
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also