Click or drag to resize

mcDocumentFlags Enumeration

Defines common document flags.

Namespace:  MediaCy.IQL.Application
Assembly:  MediaCy.IQL.Application (in MediaCy.IQL.Application.dll) Version: 3.1.0.0
Syntax
VB
Public Enumeration mcDocumentFlags
Members
  Member nameValueDescription
mcdfNone0 No flag set.
mcdfCanSave1 Document can be saved.
mcdfCanSaveAs2 Document can be saved in a new file.
mcdfCanReload4 Document can be reloaded from original file.
mcdfCanReloadOnStartup8 Document can be reloaded during application startup.
mcdfAll15 Document supports all flags.
Remarks