Share via


IInkOverlay::EditingMode

4/8/2010

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

Syntax

[propput] HRESULT put_EditingMode ([in] InkOverlayEditingMode EditingMode);
[propget] HRESULT get_EditingMode ([out, retval] InkOverlayEditingMode 
    *EditingMode
);

Parameters

  • EditingMode
    Returns or sets a value that specifies whether the control is in ink mode, deletion mode (IOEM_Delete), or selection/editing mode (IOEM_Select). The default value is IOEM_Ink, which specifies ink mode.

    This property is read/write.

Remarks

The IInkOverlay object generates an error if you change the EditingMode property while ink is being collected. To avoid this conflict, make sure the IInkOverlay::CollectingInk property is FALSE before changing the EditingMode property.

Requirements

Header msinkaut.h
Windows Embedded CE Windows CE 5.0 and later
Windows Mobile Windows Mobile 6 Classic and later, Windows Mobile 6 Professional and later

See Also

Concepts

Windows Mobile Ink Reference