This document is archived and information here might be outdated. Recommended version. |
Context menu event occured at the given xy location.
[Visual Basic .NET]
Public Function OnContextMenu ( _
ByVal X As Integer, _
ByVal Y As Integer _
) As Boolean
[C#]
public bool OnContextMenu (
int X,
int Y
);