Modifier

UIElement3D.ReleaseMouseCapture Method

Definition

Releases the mouse capture, if this element held the capture.

public:
 virtual void ReleaseMouseCapture();
public void ReleaseMouseCapture ();
abstract member ReleaseMouseCapture : unit -> unit
override this.ReleaseMouseCapture : unit -> unit
Public Sub ReleaseMouseCapture ()

Implements

Remarks

If this element did not hold the capture, calling this method has no effect. Consider checking the value of IsMouseCaptured before you call this method.

ReleaseMouseCapture is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to

See also