Video Chat ActiveX Control

OnVideoWindowDblClick

 

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

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