Nevron Open Vision Documentation
Nevron.Nov.Office Namespace / NSplashScreenForm Class / MenuChanged Method


In This Topic
    MenuChanged Method (NSplashScreenForm)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub MenuChanged( _
       ByVal change As System.Integer, _
       ByVal menu As System.Windows.Forms.Menu _
    ) 
    'Usage
     
    
    Dim instance As NSplashScreenForm
    Dim change As System.Integer
    Dim menu As System.Windows.Forms.Menu
     
    instance.MenuChanged(change, menu)
    internal void MenuChanged( 
       System.int change,
       System.Windows.Forms.Menu menu
    )

    Parameters

    change
    menu
    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