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


In This Topic
    ConfigureLayoutForState Method (NRibbonCollapsiblePanel)
    In This Topic
    Configures the specified layout for the given state.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ConfigureLayoutForState( _
       ByVal layout As NTableFlowLayout, _
       ByVal state As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NRibbonCollapsiblePanel
    Dim layout As NTableFlowLayout
    Dim state As System.Integer
     
    instance.ConfigureLayoutForState(layout, state)
    protected override void ConfigureLayoutForState( 
       NTableFlowLayout layout,
       System.int state
    )

    Parameters

    layout
    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