Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
VARIANT_TRUE to use the mouse for input; otherwise, VARIANT_FALSE. The default value is VARIANT_TRUE. This parameter is optional.
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.
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 |