共用方式為


PointerPoint.IsInContact 屬性

定義

取得值,指出輸入裝置 (觸控、手寫筆/手寫筆) 觸碰數位板表面,還是按下滑鼠按鍵。

public:
 property bool IsInContact { bool get(); };
bool IsInContact();
public bool IsInContact { get; }
var boolean = pointerPoint.isInContact;
Public ReadOnly Property IsInContact As Boolean

屬性值

Boolean

bool

如果按下,則為 True;否則為 false。

適用於