NevronOpenVision
Nevron.Nov.UI Namespace / NMouse Class / Capture Method
Capture Method
Captures the mouse to the specified input target. This method should be called by all implementations of INInputTarget.CaptureMouse(). Any subsequent mouse events send to the DOM for processing will first be processed by the capture target.
Syntax
public static System.bool Capture( 
   INInputNode target
)

Parameters

target

Return Value

returns true of the target has mouse capture after the operation, otherwise returns false
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also