ctlUniCanvas.UseMouseSetCapture PropertyPermits you to capture the mouse movements even if the mouse is out of the control (when pressing the mouse button into the control and then exiting from it maintaining the button pressed) like a normal PictureBox controlSyntax
Public Property Get UseMouseSetCapture () As Boolean
Public Property Let UseMouseSetCapture (ByVal bState As Boolean) Parameters
Remarks
The default is True
|