InkEdit.UseMouseForInput property
Gets or sets a value that indicates whether the mouse can be used as an input device.
This property is read/write.
Syntax
HRESULT put_UseMouseForInput(
[in] VARIANT_BOOL newVal
);
HRESULT get_UseMouseForInput(
[out, retval] VARIANT_BOOL *pVal
);
Property value
VARIANT_TRUE to use the mouse as an input device; otherwise, VARIANT_FALSE. The default is VARIANT_TRUE.
Remarks
This property should only be changed if the Status property returns IES_Idle.
Requirements
|
Minimum supported client |
Windows XP Tablet PC Edition [desktop apps only] |
|---|---|
|
Minimum supported server |
None supported |
|
Header |
|
|
Library |
|
See also
Show: