InkPicture.SetSingleTabletIntegratedMode method
Allows the ink collector (InkCollector, InkOverlay, or InkPicture) to collect ink from only one tablet. Ink from other tablets is ignored by the ink collector.
Syntax
HRESULT SetSingleTabletIntegratedMode(
[in] IInkTablet *Tablet
);
Parameters
- Tablet [in]
-
The tablet on which ink is collected, or drawn.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Success. |
|
A parameter contained an invalid pointer. |
|
Cannot change modes while the collector is enabled. |
|
An exception occurred while processing. |
|
tablet does not point to a compatible Ink object. |
Remarks
To allow the ink collector to collect ink from all tablets, call the SetAllTabletsMode method.
When this method is called, the Cursors property of the ink collector is set to the empty collection.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also