Nevron Open Vision Documentation
Nevron.Nov.Grid.Tools Namespace / NContextMenuTool Class / ContextMenuMouseButtonEvent Property


In This Topic
    ContextMenuMouseButtonEvent Property (NContextMenuTool)
    In This Topic
    Gets or sets the mouse button event on which the context menu is shown. By default set to ENMouseButtonEvent.RightButtonUp
    Syntax
    'Declaration
     
    
    Public Property ContextMenuMouseButtonEvent As ENMouseButtonEvent
    'Usage
     
    
    Dim instance As NContextMenuTool
    Dim value As ENMouseButtonEvent
     
    instance.ContextMenuMouseButtonEvent = value
     
    value = instance.ContextMenuMouseButtonEvent
    public ENMouseButtonEvent ContextMenuMouseButtonEvent {get; set;}
    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