IInkEdit::get_InkMode method (inked.h)

Gets or sets a value that specifies whether ink collection is disabled, ink is collected, or ink and gestures are collected.

This property is read/write.

Syntax

HRESULT get_InkMode(
  InkMode *pVal
);

Parameters

pVal

Return value

None

Remarks

The value of this property is always Disabled if it is used on a system that has Microsoft Windows XP Tablet PC Edition installed but no recognizers are present. If used on a system with Windows Vista or Windows XP Tablet PC Edition installed, the value can be set to any of the values in the InkMode enumeration type.

This property should be changed only 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

InkMode Enumeration