CommonDialogFlags Enumeration |
Defines options to control common dialog behavior.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax [FlagsAttribute]
public enum CommonDialogFlags
<FlagsAttribute>
Public Enumeration CommonDialogFlags
Members
| Member name | Value | Description |
---|
| AMEDM_FLG_POPUP | 1 |
Run as popup window.
|
| AMEDM_FLG_SELECTMODE | 2 |
Selection mode.
|
| AMEDM_FLG_WP_INITIAL | 4 |
Show work packages in initial state.
|
| AMEDM_FLG_FILTER_STATIC | 4 |
Do not show Static Collections.
|
| AMEDM_FLG_FILTER_HYBRID | 4 |
Do not show hybrid document types.
|
| AMEDM_FLG_NOEDIT_DOCNAME | 4 |
Do not edit document name.
|
| AMEDM_FLG_WP_INTERMEDIATE | 8 |
Show work packages in intermediate state.
|
| AMEDM_FLG_FILTER_DYNAMIC | 8 |
Do not show dynamic collections.
|
| AMEDM_FLG_FILTER_NONHYBRID | 8 |
Do not show non-hybrid document types.
|
| AMEDM_FLG_NOEDIT_FPR | 8 |
Do not edit Field-Path definition properties.
|
| AMEDM_FLG_WP_END | 16 |
Show work packages in end state.
|
| AMEDM_FLG_FILTER_CURRENT | 16 |
Do not show current object.
|
| AMEDM_FLG_FPR_ONLY | 16 |
Allow Field-Path definition-compatible properties only.
|
| AMEDM_FLG_WP_ALL | 28 |
Show all work packages.
|
| AMEDM_FLG_READONLY | 32 |
Show dialog read-only.
|
| AMEDM_FLG_MAXIMIZE | 64 |
Maximize dialog.
|
| AMEDM_FLG_PRINTOPTS | 128 |
Show print options.
|
| AMEDM_FLG_FILTER_OBSOLETE | 128 |
Do not show obsolete document types.
|
| AMEDM_FLG_DUPLICATOR | 128 |
Duplicator.
|
| AMEDM_FLG_EDITPROPS | 192 |
Show properties in Edit mode.
|
| AMEDM_FLG_JUSTCREATED | 256 |
Adjust for a new object.
|
| AMEDM_FLG_MULTISELECT | 512 |
Allow multiple selections.
|
| AMEDM_FLG_MINIMALUI | 1024 |
Display minimal UI.
|
| AMEDM_FLG_MARKDISABLED | 2048 |
Mark disabled items.
|
| AMEDM_FLG_PRC_MASK | 61440 |
Precheck mask.
|
| AMEDM_FLG_PRC_RELEASE | 0 |
Precheck release.
|
| AMEDM_FLG_PRC_NEWREV | 4096 |
Precheck new revision.
|
| AMEDM_FLG_PRC_REATODOP | 8192 |
Precheck reassign to-do persons.
|
| AMEDM_FLG_PRC_REAMAN | 12288 |
Precheck reassign managers.
|
| AMEDM_FLG_PRC_REROUTE | 16384 |
Precheck reroute.
|
| AMEDM_FLG_PRC_REAPRJMAN | 20480 |
Precheck reassign project managers.
|
| AMEDM_FLG_PRC_ADD2TRANS | 24576 |
Precheck add to transmittal.
|
| AMEDM_FLG_PRC_REROUTEPRJ | 28672 |
Precheck reroute project.
|
| AMEDM_FLG_BRC_MASK | 196608 |
Briefcases mask.
|
| AMEDM_FLG_BRC_TRANSMITTALS | 65536 |
Transmittal briefcases.
|
| AMEDM_FLG_BRC_SUBMITTALS | 131072 |
Submittal briefcases.
|
Remarks
This enumeration overrides AMEDM_DLG_FLAG
defined in BlueCieloECM.AMEdmUI PIA.
See Also