ReleaseMouse Method |
||||||
Applies to: Subclasser
object, PowerForm control, Panel Control Releases mouse input capture. Syntax: object.ReleaseMouse The ReleaseMouse syntax has these parts:
Remarks: The Subclasser object and PowerForm control automatically release mouse input capture when the mouse pointer leaves the subclassed window, so if TrackMouse is called in response to a MouseEnter event, there is no need to explicity call ReleaseMouse.
|