SelectionHitResult enumeration (msinkaut.h)
Specifies which part of a selection, if any, was hit during a hit test.
Syntax
typedef enum SelectionHitResult {
SHR_None = 0,
SHR_NW,
SHR_SE,
SHR_NE,
SHR_SW,
SHR_E,
SHR_W,
SHR_N,
SHR_S,
SHR_Selection
} ;
Constants
SHR_None Value: 0 No part of the selection was hit. |
SHR_NW The northwest corner sizing handle was hit. |
SHR_SE The southeast corner sizing handle was hit. |
SHR_NE The northeast corner sizing handle was hit. |
SHR_SW That the southwest corner sizing handle was hit. |
SHR_E The east side sizing handle was hit. |
SHR_W The west side sizing handle was hit. |
SHR_N The north side sizing handle was hit. |
SHR_S The south side sizing handle was hit. |
SHR_Selection The selection itself was hit (no selection handle was hit). |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Header | msinkaut.h |