Video Chat ActiveX Control

OnVideoWindowRButtonDown

 

Occurs when the user presses the right mouse button on video chat pro receiver control. You must called Listen method and the video display. 

void VideoChatReceiver1_OnVideoWindowRButtonDown(
 ByVal x As Long,
 ByVal y As Long)                                                                                        ;


Parameter
x - The X coordinate of the mouse pointer
y -The Y coordinate of the mouse pointer

Remark
This property is Read/Write.