Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IDocHostUIHandler Interface / ShowContextMenu Method

In This Topic
    ShowContextMenu Method
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function ShowContextMenu( _
       ByVal dwID As System.UInteger, _
       ByRef pt As tagPOINT, _
       ByVal pcmdtReserved As System.Object, _
       ByVal pdispReserved As System.Object _
    ) As System.Integer
    System.int ShowContextMenu( 
       System.uint dwID,
       ref tagPOINT pt,
       System.object pcmdtReserved,
       System.object pdispReserved
    )

    Parameters

    dwID
    pt
    pcmdtReserved
    pdispReserved
    See Also