Share via


Tablet.CurrentTabletDevice Propriété

Définition

Obtient le TabletDevice actuel.

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

Valeur de propriété

TabletDevice actuel.

Exemples

L’exemple suivant illustre la TabletDevice propriété .

// 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

Remarques

La tablette actuelle est l’appareil qui a récemment remis des paquets au système.

S’applique à