Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonCollapsiblePanel Class / GetSize Method


In This Topic
    GetSize Method (NRibbonCollapsiblePanel)
    In This Topic
    Overriden to return a width equal to the width of the large state and height equal to the larger height among large and medium state when requested for large state, because for the collapsible panel the medium state might have larger height than the large state.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetSize( _
       ByVal state As System.Integer _
    ) As NSize
    'Usage
     
    
    Dim instance As NRibbonCollapsiblePanel
    Dim state As System.Integer
    Dim value As NSize
     
    value = instance.GetSize(state)
    public override NSize GetSize( 
       System.int state
    )

    Parameters

    state
    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