Video Chat ActiveX Control

OnVideoWindowLButtonUp

 

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

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