Captured
|
マウスをキャプチャした要素を取得します。Gets the element that has captured the mouse.
|
DirectlyOver
|
マウス ポインターのすぐ下にある要素を取得します。Gets the element the mouse pointer is directly over.
|
LeftButton
|
マウスの左ボタンの状態を取得します。Gets the state of the left button of the mouse.
|
MiddleButton
|
マウスの中央ボタンの状態を取得します。Gets the state of the middle button of the mouse.
|
OverrideCursor
|
アプリケーション全体のカーソルを取得または設定します。Gets or sets the cursor for the entire application.
|
PrimaryDevice
|
プライマリ マウス デバイスを取得します。Gets the primary mouse device.
|
RightButton
|
マウスの右ボタンの状態を取得します。Gets the state of the right button.
|
XButton1
|
マウスの第 1 拡張ボタンの状態を取得します。Gets the state of the first extended button.
|
XButton2
|
マウスの第 2 拡張ボタンの状態を取得します。Gets the state of the second extended button.
|
AddGotMouseCaptureHandler(DependencyObject, MouseEventHandler)
|
GotMouseCapture 添付イベントのハンドラーを追加します。Adds a handler for the GotMouseCapture attached event.
|
AddLostMouseCaptureHandler(DependencyObject, MouseEventHandler)
|
LostMouseCapture 添付イベントのハンドラーを追加します。Adds a handler for the LostMouseCapture attached event.
|
AddMouseDownHandler(DependencyObject, MouseButtonEventHandler)
|
MouseDown 添付イベントのハンドラーを追加します。Adds a handler for the MouseDown attached event.
|
AddMouseEnterHandler(DependencyObject, MouseEventHandler)
|
MouseEnter 添付イベントのハンドラーを追加します。Adds a handler for the MouseEnter attached event.
|
AddMouseLeaveHandler(DependencyObject, MouseEventHandler)
|
MouseLeave 添付イベントのハンドラーを追加します。Adds a handler for the MouseLeave attached event.
|
AddMouseMoveHandler(DependencyObject, MouseEventHandler)
|
MouseMove 添付イベントのハンドラーを追加します。Adds a handler for the MouseMove attached event.
|
AddMouseUpHandler(DependencyObject, MouseButtonEventHandler)
|
MouseUp 添付イベントのハンドラーを追加します。Adds a handler for the MouseUp attached event.
|
AddMouseWheelHandler(DependencyObject, MouseWheelEventHandler)
|
MouseWheel 添付イベントのハンドラーを追加します。Adds a handler for the MouseWheel attached event.
|
AddPreviewMouseDownHandler(DependencyObject, MouseButtonEventHandler)
|
PreviewMouseDown 添付イベントのハンドラーを追加します。Adds a handler for the PreviewMouseDown attached event.
|
AddPreviewMouseDownOutsideCapturedElementHandler(DependencyObject, MouseButtonEventHandler)
|
PreviewMouseDownOutsideCapturedElement 添付イベントのハンドラーを追加します。Adds a handler for the PreviewMouseDownOutsideCapturedElement attached event.
|
AddPreviewMouseMoveHandler(DependencyObject, MouseEventHandler)
|
PreviewMouseMove 添付イベントのハンドラーを追加します。Adds a handler for the PreviewMouseMove attached event.
|
AddPreviewMouseUpHandler(DependencyObject, MouseButtonEventHandler)
|
PreviewMouseUp 添付イベントのハンドラーを追加します。Adds a handler for the PreviewMouseUp attached event.
|
AddPreviewMouseUpOutsideCapturedElementHandler(DependencyObject, MouseButtonEventHandler)
|
PreviewMouseUpOutsideCapturedElement 添付イベントのハンドラーを追加します。Adds a handler for the PreviewMouseUpOutsideCapturedElement attached event.
|
AddPreviewMouseWheelHandler(DependencyObject, MouseWheelEventHandler)
|
PreviewMouseWheel 添付イベントのハンドラーを追加します。Adds a handler for the PreviewMouseWheel attached event.
|
AddQueryCursorHandler(DependencyObject, QueryCursorEventHandler)
|
QueryCursor 添付イベントのハンドラーを追加します。Adds a handler for the QueryCursor attached event.
|
Capture(IInputElement)
|
指定された要素に対するマウス入力をキャプチャします。Captures mouse input to the specified element.
|
Capture(IInputElement, CaptureMode)
|
指定した CaptureMode を使用して、指定された要素に対するマウス入力をキャプチャします。Captures mouse input to the specified element using the specified CaptureMode.
|
GetIntermediatePoints(IInputElement, Point[])
|
最後のマウス移動イベント以後のマウス ポインターの座標を最大 64 個取得します。Retrieves up to 64 previous coordinates of the mouse pointer since the last mouse move event.
|
GetPosition(IInputElement)
|
指定した要素に相対的なマウスの位置を取得します。Gets the position of the mouse relative to a specified element.
|
RemoveGotMouseCaptureHandler(DependencyObject, MouseEventHandler)
|
GotMouseCapture 添付イベントのハンドラーを削除します。Removes a handler for the GotMouseCapture attached event.
|
RemoveLostMouseCaptureHandler(DependencyObject, MouseEventHandler)
|
LostMouseCapture 添付イベントのハンドラーを削除します。Removes a handler for the LostMouseCapture attached event.
|
RemoveMouseDownHandler(DependencyObject, MouseButtonEventHandler)
|
MouseDown 添付イベントのハンドラーを削除します。Removes a handler for the MouseDown attached event.
|
RemoveMouseEnterHandler(DependencyObject, MouseEventHandler)
|
MouseEnter 添付イベントのハンドラーを削除します。Removes a handler for the MouseEnter attached event.
|
RemoveMouseLeaveHandler(DependencyObject, MouseEventHandler)
|
MouseLeave 添付イベントのハンドラーを削除します。Removes a handler for the MouseLeave attached event.
|
RemoveMouseMoveHandler(DependencyObject, MouseEventHandler)
|
MouseMove 添付イベントのハンドラーを削除します。Removes a handler for the MouseMove attached event.
|
RemoveMouseUpHandler(DependencyObject, MouseButtonEventHandler)
|
MouseUp 添付イベントのハンドラーを削除します。Removes a handler for the MouseUp attached event.
|
RemoveMouseWheelHandler(DependencyObject, MouseWheelEventHandler)
|
MouseWheel 添付イベントのハンドラーを削除します。Removes a handler for the MouseWheel attached event.
|
RemovePreviewMouseDownHandler(DependencyObject, MouseButtonEventHandler)
|
PreviewMouseDown 添付イベントのハンドラーを削除します。Removes a handler for the PreviewMouseDown attached event.
|
RemovePreviewMouseDownOutsideCapturedElementHandler(DependencyObject, MouseButtonEventHandler)
|
PreviewMouseDownOutsideCapturedElement 添付イベントのハンドラーを削除します。Removes a handler for the PreviewMouseDownOutsideCapturedElement attached event.
|
RemovePreviewMouseMoveHandler(DependencyObject, MouseEventHandler)
|
PreviewMouseMove 添付イベントのハンドラーを削除します。Removes a handler for the PreviewMouseMove attached event.
|
RemovePreviewMouseUpHandler(DependencyObject, MouseButtonEventHandler)
|
PreviewMouseUp 添付イベントのハンドラーを削除します。Removes a handler for the PreviewMouseUp attached event.
|
RemovePreviewMouseUpOutsideCapturedElementHandler(DependencyObject, MouseButtonEventHandler)
|
PreviewMouseUpOutsideCapturedElement 添付イベントのハンドラーを削除します。Removes a handler for the PreviewMouseUpOutsideCapturedElement attached event.
|
RemovePreviewMouseWheelHandler(DependencyObject, MouseWheelEventHandler)
|
PreviewMouseWheel 添付イベントのハンドラーを削除します。Removes a handler for the PreviewMouseWheel attached event.
|
RemoveQueryCursorHandler(DependencyObject, QueryCursorEventHandler)
|
QueryCursor 添付イベントのハンドラーを削除します。Removes a handler for the QueryCursor attached event.
|
SetCursor(Cursor)
|
指定した Cursor にマウス ポインターを設定します。Sets the mouse pointer to the specified Cursor.
|
Synchronize()
|
マウスを強制的に再同期します。Forces the mouse to resynchronize.
|
UpdateCursor()
|
マウス カーソルを強制的に更新します。Forces the mouse cursor to be updated.
|
GotMouseCapture
|
要素がマウスをキャプチャしたときに発生します。Occurs when an element captures the mouse.
|
LostMouseCapture
|
要素がマウスのキャプチャを失ったときに発生します。Occurs when an element loses mouse capture.
|
MouseDown
|
任意のマウス ボタンが押されると発生します。Occurs when any mouse button is depressed.
|
MouseEnter
|
マウス ポインターが要素の境界内に入ったときに発生します。Occurs when the mouse pointer enters the boundaries of an element.
|
MouseLeave
|
マウス ポインターが要素の境界内から出たときに発生します。Occurs when the mouse pointer leaves the boundaries of an element.
|
MouseMove
|
マウス ポインターが移動すると発生します。Occurs when the mouse pointer moves.
|
MouseUp
|
任意のマウス ボタンが離されると発生します。Occurs when any mouse button is released.
|
MouseWheel
|
マウス ホイールを回すと発生します。Occurs when the mouse wheel is rotated.
|
PreviewMouseDown
|
任意のマウス ボタンが押されると発生します。Occurs when any mouse button is depressed.
|
PreviewMouseDownOutsideCapturedElement
|
プライマリ マウス ボタンが、マウス イベントをキャプチャしている要素の外で押されたときに発生します。Occurs when the primary mouse button is pressed outside the element that is capturing mouse events.
|
PreviewMouseMove
|
マウスが要素上を移動すると発生します。Occurs when the mouse moves over an element.
|
PreviewMouseUp
|
任意のマウス ボタンが離されると発生します。Occurs when any mouse button is released.
|
PreviewMouseUpOutsideCapturedElement
|
プライマリ マウス ボタンが、マウス イベントをキャプチャしている要素の外で離されたときに発生します。Occurs when the primary mouse button is released outside the element that is capturing mouse events.
|
PreviewMouseWheel
|
マウス ホイールを回すと発生します。Occurs when the mouse wheel rotates.
|
QueryCursor
|
要素が現在のマウス カーソルを照会したときに発生します。Occurs when an element queries for the current mouse cursor.
|