'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