mcDocumentFlags Enumeration
|
|
Defines common document flags.
Namespace:
MediaCy.IQL.Application
Assembly:
MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
SyntaxPublic Enumeration mcDocumentFlags
Members
| Member name | Value | Description |
---|
| mcdfNone | 0 |
No flag set.
|
| mcdfCanSave | 1 |
Document can be saved.
|
| mcdfCanSaveAs | 2 |
Document can be saved in a new file.
|
| mcdfCanReload | 4 |
Document can be reloaded from original file.
|
| mcdfCanReloadOnStartup | 8 |
Document can be reloaded during application startup.
|
| mcdfAll | 15 |
Document supports all flags.
|
Remarks
See Also