InkPicture.SetAllTabletsMode Method

InkPicture.SetAllTabletsMode Method

Sets the InkPicture control 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 InkPicture control. To allow the InkPicture control to collect ink from only one tablet, call the SetSingleTabletIntegratedMode method.

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

When an InkPicture control 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