Version

ControlElementWithMouseCapture Property

The control element that captured the mouse or null if the mouse hasn't been captured by any control element. (read-only)
Syntax
'Declaration
 
Public Shared ReadOnly Property ControlElementWithMouseCapture As ControlUIElementBase
public static ControlUIElementBase ControlElementWithMouseCapture {get;}
Remarks

The is a static property that returns the control element that has capture.

If this is not null, the ElementWithMouseCapture property off the returned control element with return the element that actually captured the mouse.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also