Video Chat ActiveX Control

OnVideoWindowRButtonUp

 

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

void VideoChatReceiver1_OnVideoWindowRButtonUp(
 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.