InkSelectionConstants enumeration (msinkaut.h)

Specifies whether the first element or all elements within a group of points or packet values are used.

Syntax

typedef enum ItemSelectionConstants {
  ISC_FirstElement = 0,
  ISC_AllElements = -1
} InkSelectionConstants;

Constants

 
ISC_FirstElement
Value: 0
The first element is used.
ISC_AllElements
Value: -1
All elements are used.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Header msinkaut.h

See also

GetPacketData Method [IInkStrokeDisp Interface]

GetPacketValuesByProperty Method [IInkStrokeDisp Interface]

GetPoints Method [IInkStrokeDisp Interface]

SetPacketValuesByProperty Method [IInkStrokeDisp Interface]

SetPoints Method [IInkStrokeDisp Interface]