Nevron Open Vision Documentation
Nevron.Nov.Diagram.UI Namespace / NPageNavigator Class / OnPageButtonMouseDown Method


In This Topic
    OnPageButtonMouseDown Method
    In This Topic
    Called when the mouse is down on a page button. This implemenation shows the page context menu.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPageButtonMouseDown( _
       ByVal arg As NMouseButtonEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NPageNavigator
    Dim arg As NMouseButtonEventArgs
     
    instance.OnPageButtonMouseDown(arg)
    protected virtual void OnPageButtonMouseDown( 
       NMouseButtonEventArgs arg
    )

    Parameters

    arg
    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