InkExtractFlags enumeration (msinkaut.h)
Determines how a stroke is removed from an InkDisp object.
Syntax
typedef enum InkExtractFlags {
IEF_CopyFromOriginal = 0,
IEF_RemoveFromOriginal = 0x1,
IEF_Default
} ;
Constants
IEF_CopyFromOriginal Value: 0 The ink is copied from the InkDisp object. |
IEF_RemoveFromOriginal Value: 0x1 The ink is cut from the InkDisp object. |
IEF_Default The ink is cut from the InkDisp object. |
Remarks
This enumeration is a flag.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Header | msinkaut.h |