Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NMultiSplitter Class / GetLayoutArea Method


In This Topic
    GetLayoutArea Method (NMultiSplitter)
    In This Topic
    Gets the area in which the given thumb and its adjacent panes should be laid out.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetLayoutArea( _
       ByVal thumb As NSplitterThumb _
    ) As NRectangle
    'Usage
     
    
    Dim instance As NMultiSplitter
    Dim thumb As NSplitterThumb
    Dim value As NRectangle
     
    value = instance.GetLayoutArea(thumb)
    protected override NRectangle GetLayoutArea( 
       NSplitterThumb thumb
    )

    Parameters

    thumb
    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