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


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