Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
4/8/2010
Returns or sets the value that specifies whether ink is erased by stroke or by point in the IInkOverlay control.
Syntax
[propput] HRESULT put_EraserMode ([in] InkOverlayEraserMode EraserMode);
[propget] HRESULT get_EraserMode (
[out, retval] InkOverlayEraserMode *EraserMode
);
Parameters
EraserMode
Returns or sets a value that specifies how ink is erased from the control.This property is read/write.
Return Value
This property returns a value from the InkOverlayEraserMode enumeration type, which specifies how ink is erased from the control.
The default value is IOERM_StrokeErase, which specifies that ink is erased by stroke. This is the only value supported for Windows Mobile.
Remarks
This property only applies when the IInkOverlay::EditingMode property is set to IOEM_Delete.
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 |