Sdílet prostřednictvím


Tablet.CurrentTabletDevice Vlastnost

Definice

Získá aktuální TabletDevice.

public:
 static property System::Windows::Input::TabletDevice ^ CurrentTabletDevice { System::Windows::Input::TabletDevice ^ get(); };
public static System.Windows.Input.TabletDevice CurrentTabletDevice { get; }
static member CurrentTabletDevice : System.Windows.Input.TabletDevice
Public Shared ReadOnly Property CurrentTabletDevice As TabletDevice

Hodnota vlastnosti

Aktuální TabletDevice.

Příklady

Následující příklad ukazuje TabletDevice vlastnost .

// Get the current tablet device, if it exists
TabletDevice myCurrentTabletDevice = Tablet.CurrentTabletDevice;
' Get the current tablet device, if it exists
Dim myCurrentTabletDevice As TabletDevice = Tablet.CurrentTabletDevice

Poznámky

Aktuální tablet je zařízení, které naposledy doručuje pakety do systému.

Platí pro