Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / INCaptionControl Interface / OnContextMenuCommandClick Method
The CommandEventArgs containing information about the event.


In This Topic
    OnContextMenuCommandClick Method (INCaptionControl)
    In This Topic
    Notifies this instance that a context menu command has been clicked.
    Syntax
    'Declaration
     
    
    Sub OnContextMenuCommandClick( _
       ByVal args As CommandEventArgs _
    ) 
    'Usage
     
    
    Dim instance As INCaptionControl
    Dim args As CommandEventArgs
     
    instance.OnContextMenuCommandClick(args)
    void OnContextMenuCommandClick( 
       CommandEventArgs args
    )

    Parameters

    args
    The CommandEventArgs containing information about the event.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also