MouseWheelEventArgs クラス

定義

OnMouseWheel イベントのデータを提供します。

public ref class MouseWheelEventArgs sealed
class MouseWheelEventArgs sealed
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Version(1)]
public sealed class MouseWheelEventArgs
Public NotInheritable Class MouseWheelEventArgs
継承
System.Object
MouseWheelEventArgs
属性

追加の機能と要件

ソフトウェア開発キット
サポートされる最小 OS
Windows 10 (10.0.10240.0)

プロパティ

CtrlKeyPressed

Ctrl キーを押すかどうかを示す値を取得します。

PointerCoordinate

ポインターの座標を取得します。

WheelDelta

マウス ホイールが回転した切り欠きの数を取得します。

適用対象