IInkOverlay::get_EditingMode method (msinkaut.h)

Gets or sets a value that specifies whether the object/control is in ink mode, deletion mode, or selecting/editing mode.

This property is read/write.

Syntax

HRESULT get_EditingMode(
  InkOverlayEditingMode *EditingMode
);

Parameters

EditingMode

Return value

None

Remarks

The InkOverlay and InkPicture objects generate an error if you change the EditingMode property while ink is being collected. To avoid this conflict, make sure the CollectingInk property is FALSE before changing the EditingMode property.

For more information about erasing ink, see Erasing Ink with the Pen.

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

See also

Enabled Property

IInkOverlay

InkEnabled Property

InkOverlay Class

InkOverlayEditingMode Enumeration