 | mcgoncNone | 0 |
no context flags and zero notify depth
|
 | mcgoncNotifyDepthMask | 255 |
Mask for the notify depth portion of the property. The notify depth count portion of the NotifyContext property is set automatically and cannot be changed by assignment.
|
 | mcgoncFromTool | 4096 |
the notify event came from use of a tool. This flag will be set automatically for some notifications. It cannot be set on assignment
|
 | mcgoncFromUser | 8192 |
The notify event came from use of some UI element such as a menu or toolbar. This flag is never set automatically. It must be assigned to the NotifyContext property before the call that initiates the event. This is is the only bit of the NotifyContext property that can be set by assignment, all other bits are read-only.
|
 | mcgoncFromUserMask | 12288 |
mask for the notify flags that indicate that the notify was caused by some user-initiated action (as opposed to a macro call).
|