Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonHelpers Class / OnInitialStateChanged Method


In This Topic
    OnInitialStateChanged Method (NRibbonHelpers)
    In This Topic
    Default implementation of the handler called on a widget when its initial state has changed.
    Syntax
    'Declaration
     
    
    Public Shared Sub OnInitialStateChanged( _
       ByVal widget As INRibbonWidget _
    ) 
    'Usage
     
    
    Dim widget As INRibbonWidget
     
    NRibbonHelpers.OnInitialStateChanged(widget)
    public static void OnInitialStateChanged( 
       INRibbonWidget widget
    )

    Parameters

    widget
    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