PAGEACTION_UI Flags enumeration

Specifies how security alerts are displayed.

Syntax

typedef enum PAGEACTION_UI { 
  PAGEACTION_UI_DEFAULT   = 0,
  PAGEACTION_UI_MODAL     = 1,
  PAGEACTION_UI_MODELESS  = 2,
  PAGEACTION_UI_SILENT    = 3
} PAGEACTION_UI Flags;

Constants

  • PAGEACTION_UI_DEFAULT
    Not used.

  • PAGEACTION_UI_MODAL
    Show a modal dialog box with an OK button.

  • PAGEACTION_UI_MODELESS
    Show the Internet Explorer Information bar.

  • PAGEACTION_UI_SILENT
    Turn off notifications.

Remarks

These values are returned from the OLECMDID_PAGEACTIONUIQUERY command, which is available from the CGID_DocHostCommandHandler command group.

If the FEATURE_SECURITYBAND feature control key is enabled, the default value is PAGEACTION_UI_SILENT.

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Header

Docobj.h

IDL

Docobj.idl

See also

OLECMDID