IInkDisp::get_Dirty method (msinkaut.h)

Gets or sets the value that specifies whether the strokes of an InkDisp Class object have been modified since the last time the ink was saved.

This property is read/write.

Syntax

HRESULT get_Dirty(
  VARIANT_BOOL *Dirty
);

Parameters

Dirty

Return value

None

Remarks

After ink is saved, the dirty flag is automatically cleared and the value of this property is VARIANT_FALSE. To save ink, call the Save Method method.

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

IInkDisp

InkDisp Class

Save Method