Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NDrawingViewControl Class / AdjustWindowRectEx Method


In This Topic
    AdjustWindowRectEx Method (NDrawingViewControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub AdjustWindowRectEx( _
       ByRef rect As System.Windows.Forms.NativeMethods.RECT, _
       ByVal style As System.Integer, _
       ByVal bMenu As System.Boolean, _
       ByVal exStyle As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NDrawingViewControl
    Dim rect As System.Windows.Forms.NativeMethods.RECT
    Dim style As System.Integer
    Dim bMenu As System.Boolean
    Dim exStyle As System.Integer
     
    instance.AdjustWindowRectEx(rect, style, bMenu, exStyle)
    internal void AdjustWindowRectEx( 
       ref System.Windows.Forms.NativeMethods.RECT rect,
       System.int style,
       System.bool bMenu,
       System.int exStyle
    )

    Parameters

    rect
    style
    bMenu
    exStyle
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also