Share via


SystemParameters.SwapButtons Vlastnost

Definice

Získá hodnotu, která označuje, zda funkce levé a pravé tlačítko myši jsou prohozeny.

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

Hodnota vlastnosti

true pokud jsou funkce levého a pravého tlačítka myši prohozeny; jinak false.

Atributy

Poznámky

Mapuje se na SM_SWAPBUTTON. Viz GetSystemMetrics.

Použití atributu XAML

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

Platí pro