Mouse.PrimaryDevice Eigenschap

Definitie

Hiermee haalt u het primaire muisapparaat op.

public:
 static property System::Windows::Input::MouseDevice ^ PrimaryDevice { System::Windows::Input::MouseDevice ^ get(); };
public static System.Windows.Input.MouseDevice PrimaryDevice { [System.Security.SecurityCritical] get; }
public static System.Windows.Input.MouseDevice PrimaryDevice { get; }
[<get: System.Security.SecurityCritical>]
static member PrimaryDevice : System.Windows.Input.MouseDevice
static member PrimaryDevice : System.Windows.Input.MouseDevice
Public Shared ReadOnly Property PrimaryDevice As MouseDevice

Waarde van eigenschap

Het apparaat.

Kenmerken

Opmerkingen

Deze eigenschap ondersteunt de Windows Presentation Foundation infrastructuur en is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt.

Van toepassing op

Zie ook