InkCollector.SetAllTabletsMode Method

InkCollector.SetAllTabletsMode Method

Sets the InkCollector object to collect ink from any tablet attached to the Tablet PC.

Overload List

public void SetAllTabletsMode()
public void SetAllTabletsMode(Boolean)

Remarks

This is the default mode for an InkCollector object. To allow the InkCollector object to collect ink from only one tablet, call the SetSingleTabletIntegratedMode method.

Note: The InkCollector object must be disabled before calling this method. To disable the InkCollector object, set the Enabled property to false. After calling the SetAllTabletsMode method, enable the InkCollector object by setting the Enabled property to true.

When an InkCollector object switches from collecting ink by using a single tablet to collecting ink by using all tablets, the Cursors property is set to the empty collection.

Examples

See Also