共用方式為


PointerDevice.IsIntegrated 屬性

定義

取得值,指出指標裝置是否為整合式裝置。 例如,相較于外部手寫筆/手寫筆數位板,具有整合式觸控數位板的視訊顯示器。

public:
 property bool IsIntegrated { bool get(); };
bool IsIntegrated();
public bool IsIntegrated { get; }
var boolean = pointerDevice.isIntegrated;
Public ReadOnly Property IsIntegrated As Boolean

屬性值

Boolean

bool

如果指標裝置已整合,則為 True;否則為 false。

適用於

另請參閱