Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1ContextMenu Class / ShowContextMenu Method
The control where the context menu is to be shown.
The point in the control client area where the context menu is to be shown.

In This Topic
    ShowContextMenu Method
    In This Topic
    Shows the menu at the specified location.
    Syntax
    'Declaration
     
    
    Public Sub ShowContextMenu( _
       ByVal control As Control, _
       ByVal pt As Point _
    ) 
    public void ShowContextMenu( 
       Control control,
       Point pt
    )

    Parameters

    control
    The control where the context menu is to be shown.
    pt
    The point in the control client area where the context menu is to be shown.
    See Also