Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NTaskDialog Class / ArrangeWindowContent Method


In This Topic
    ArrangeWindowContent Method (NTaskDialog)
    In This Topic
    Arranges the window content only (i.e. without the title bar).
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ArrangeWindowContent( _
       ByVal ca As NRectangle _
    ) 
    'Usage
     
    
    Dim instance As NTaskDialog
    Dim ca As NRectangle
     
    instance.ArrangeWindowContent(ca)
    protected override void ArrangeWindowContent( 
       NRectangle ca
    )

    Parameters

    ca
    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