PointerDevice.IsIntegrated Property

Definition

Gets a value indicating whether the pointer device is an integrated device. For example, a video display with an integrated touch digitizer compared to an external pen/stylus digitizer.

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

Property Value

Boolean

bool

True if the pointer device is integrated; otherwise, false.

Applies to

See also