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입니다.

적용 대상

추가 정보