mcSpecialNotifyCodes Enumeration
|
|
Notify codes to use with SendSpecialNotify
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Enumeration mcSpecialNotifyCodes
Members
| Member name | Value | Description |
---|
| mcsncPauseHighDemandProcessing | 4353 |
A notify code indicating that the UI is requesting that high demand processes like live preview be suspended.
|
| mcsncResumeHighDemandProcessing | 4354 |
The UI allows high demand processes like live preview to resume.
|
| mcsncMultiFrameChange | 4116 |
Notifies of multiple frames changing all at once.
|
Remarks
See Also