Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NMenuSplitButtonTagCommandSource Class / ExecuteCommand Method


In This Topic
    ExecuteCommand Method (NMenuSplitButtonTagCommandSource)
    In This Topic
    Executes the command. Overriden to get the value of the Tag property of the menu item at the index specified by the provided paramener.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ExecuteCommand( _
       ByVal parameter As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NMenuSplitButtonTagCommandSource
    Dim parameter As System.Object
     
    instance.ExecuteCommand(parameter)
    protected override void ExecuteCommand( 
       System.object parameter
    )

    Parameters

    parameter
    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