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


AdjustWindowRectEx Method
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)

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