ExtensionCommandFlags EnumerationMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions
Defines the state of the extension menu item.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax

[FlagsAttribute]
public enum ExtensionCommandFlags
Members

  Member nameValueDescription
AMECF_VISIBLE1 Command visible.
AMECF_ENABLED2 Command enabled.
AMECF_CHECKED4 Command checked.
AMECF_SEPARATOR8 Separator.
AMECF_ALLPAGES4096 Apply to all pages.
Remarks

This enumeration overrides AMEXTCOM_FLAGS defined in BlueCieloECM.AMOmlUI PIA.
See Also