Unicode Controls & Classes for VB6 - Version 4

ctlUniCanvas.UseMouseSetCapture Property

Permits 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 control

Syntax
Public Property Get UseMouseSetCapture () As Boolean
Public Property Let UseMouseSetCapture (ByVal bState As Boolean)
Parameters
Parameter Description
ByVal bState As Boolean True for capturing mouse, False otherwise
Remarks
The default is True