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


In This Topic
    ConfigureLayoutForState Method (NRibbonWrapFlowPanel)
    In This Topic
    Configures the specified layout for the given state.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ConfigureLayoutForState( _
       ByVal layout As NRibbonWrapFlowLayout, _
       ByVal state As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NRibbonWrapFlowPanel
    Dim layout As NRibbonWrapFlowLayout
    Dim state As System.Integer
     
    instance.ConfigureLayoutForState(layout, state)
    protected override void ConfigureLayoutForState( 
       NRibbonWrapFlowLayout 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