IInkPicture::SetAllTabletsMode method (msinkaut.h)
Allows an ink collector (InkCollector, InkOverlay, or InkPicture) to collect ink from any tablet attached to the Tablet PC.
Syntax
HRESULT SetAllTabletsMode(
[in, optional] VARIANT_BOOL UseMouseForInput
);
Parameters
[in, optional] UseMouseForInput
Optional. VARIANT_TRUE to use the mouse as an input device; otherwise, VARIANT_FALSE. The default value is VARIANT_TRUE.
Return value
This method can return one of these values.
Return code | Description |
---|---|
|
Success. |
|
Cannot change modes while the InkCollector is enabled. |
|
An exception occurred inside the method. |
|
The flag is invalid. |
Remarks
This is the default mode for an object or control that collects ink. To allow the ink collector to collect ink from only one tablet, call the SetSingleTabletIntegratedMode method.
Note The ink collector must be disabled before calling this method. To disable the InkCollector object or the InkOverlay object, set the Enabled property to FALSE. To disable the InkPicture control, set the InkEnabled property to FALSE. After calling the SetAllTabletsMode method, re-enable the object or control by setting the Enabled (or InkEnabled) property to VARIANT_TRUE.
Note If the SetAllTabletsMode method is called with the useMouse parameter set to VARIANT_TRUE, the mouse is used as an input device. If the SetAllTabletsMode method is then called with the useMouse parameter set to VARIANT_FALSE, the mouse is not removed from the Cursors property.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | msinkaut.h |
Library | InkObj.dll |