IInputElement.CaptureMouse 메서드
정의
이 요소가 마우스를 캡처하게 합니다.Attempts to force capture of the mouse to this element.
public:
bool CaptureMouse();
public bool CaptureMouse ();
abstract member CaptureMouse : unit -> bool
Public Function CaptureMouse () As Boolean
반환
마우스가 캡처되면 true
이고, 그렇지 않으면 false
입니다.true
if the mouse is successfully captured; otherwise, false
.
설명
공용 구현에 대 한이 인터페이스를 사용 하는 것이 없습니다.This interface is not intended for public implementation. 자세한 내용은 주의 참조 하십시오.는 IInputElement 인터페이스입니다.For more information, see remarks for the IInputElement interface.