Nevron Open Vision Documentation
Nevron.Nov.Grid.Tools Namespace / NContextMenuTool Class / DetermineContextMenuElement Method


In This Topic
    DetermineContextMenuElement Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function DetermineContextMenuElement( _
       ByVal args As NMouseButtonEventArgs _
    ) As NElement
    'Usage
     
    
    Dim instance As NContextMenuTool
    Dim args As NMouseButtonEventArgs
    Dim value As NElement
     
    value = instance.DetermineContextMenuElement(args)
    public NElement DetermineContextMenuElement( 
       NMouseButtonEventArgs args
    )

    Parameters

    args
    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