ComponentOne BarCode for WinForms
C1.Win.Barcode.4.8 Assembly / C1.Win.BarCode.Design Namespace / Designer Class / OnContextMenu Method

In This Topic
    OnContextMenu Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnContextMenu( _
       ByVal x As System.Integer, _
       ByVal y As System.Integer _
    ) 
    protected virtual void OnContextMenu( 
       System.int x,
       System.int y
    )

    Parameters

    x
    y
    See Also