CommonDialogKind Enumeration |
Defines possible common dialog types.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Client
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public enum CommonDialogKind
Public Enumeration CommonDialogKind
Members
| Member name | Value | Description |
---|
| AMEDM_DLG_WORKPACKAGES | 3 |
Work areas.
|
| AMEDM_DLG_WORKLISTS | 4 |
Work lists.
|
| AMEDM_DLG_DOCTYPES | 5 |
Document types.
|
| AMEDM_DLG_ASSEMBLY_STRUCTURE | 6 |
Show Assembly Structure.
|
| AMEDM_DLG_WHERE_USED | 7 |
Show Where Used.
|
| AMEDM_DLG_DERIVATIVES | 8 |
Show Derivatives.
|
| AMEDM_DLG_BRIEFCASE | 9 |
BriefCase.
|
| AMEDM_DLG_PRECHECK | 10 |
Precheck assembly dialog.
|
| AMEDM_DLG_CWFDLG | 11 |
CWF dialog.
|
| AMEDM_DLG_PROJECTCOPIES | 12 |
Show Project Copies.
|
Remarks
This enumeration overrides AMEDM_DLG_TYPE
defined in BlueCieloECM.AMEdmUI PIA.
See Also