IInkEdit::get_UseMouseForInput method (inked.h)

Gets or sets a value that indicates whether the mouse can be used as an input device.

This property is read/write.

Syntax

HRESULT get_UseMouseForInput(
  VARIANT_BOOL *pVal
);

Parameters

pVal

Return value

None

Remarks

This property should only be changed if the Status property returns IES_Idle.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header inked.h
Library InkEd.dll

See also

IInkEdit

InkEdit