SystemParameters.IsMouseWheelPresent Vlastnost

Definice

Získá hodnotu, která označuje, zda má nainstalovaná myš svislé kolečko.

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

Hodnota vlastnosti

truemá-li nainstalovaná myš svislé kolečko; v opačném případě . false

Atributy

Poznámky

Mapuje se na SM_MOUSEWHEELPRESENT. Viz GetSystemMetrics.

Použití atributu XAML

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

Platí pro