StylusDevice.Id プロパティ

定義

スタイラス デバイスの識別子を取得します。

public:
 property int Id { int get(); };
public int Id { get; }
member this.Id : int
Public ReadOnly Property Id As Integer

プロパティ値

スタイラス デバイスの識別子。

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

textbox1.AppendText("Id: " + myStylusDevice.Id.ToString() + "\n");
textbox1.AppendText("Id: " + myStylusDevice.Id.ToString() + vbCrLf)

適用対象