Experimental: this API is experimental and might be changed or removed in the future.

MouseCaptureController.TakeMouseCapture

매뉴얼로 전환
public static void TakeMouseCapture (Experimental.UIElements.IEventHandler handler);

파라미터

handlerThe event handler to capture the mouse.

설명

Assigns an event handler to capture the mouse.

If an event handler is already assigned to capture the mouse, the event handler is replaced with the handler specified by this method.