SystemParameters.IsMouseWheelPresent Właściwość

Definicja

Pobiera wartość wskazującą, czy zainstalowana mysz ma pionowe koło przewijania.

public:
 static property bool IsMouseWheelPresent { bool get(); };
public static bool IsMouseWheelPresent { [System.Security.SecurityCritical] get; }
public static bool IsMouseWheelPresent { get; }
[<get: System.Security.SecurityCritical>]
static member IsMouseWheelPresent : bool
static member IsMouseWheelPresent : bool
Public Shared ReadOnly Property IsMouseWheelPresent As Boolean

Wartość właściwości

true jeśli zainstalowana mysz ma pionowe kółko przewijania; w przeciwnym razie , false.

Atrybuty

Uwagi

Mapuje SM_MOUSEWHEELPRESENT. Zobacz GetSystemMetrics.

Użycie atrybutu XAML

<object property="{ SystemParameters.IsMouseWheelPresent}"/>

Dotyczy