Share via


Tablet.CurrentTabletDevice プロパティ

定義

現在の 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

プロパティ値

現在の TabletDevice です。

TabletDeviceプロパティの例を次に示します。

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

注釈

現在のタブレット デバイスは、最後にシステムにパケットを配信したデバイスです。

適用対象