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)

适用于