Version

HeaderPrefixAreaMenuOptions Enumeration

Used to specify which options are displayed in the menu in the header prefix area.
Syntax
'Declaration
 
Public Enum HeaderPrefixAreaMenuOptions 
   Inherits System.Enum
public enum HeaderPrefixAreaMenuOptions : System.Enum 
Members
MemberDescription
AllInclude all the menu options (default).
ClearCrossFieldRecordFiltersInclude an option in the menu for clearing any existing cross field record filters. Note; this option will be disabled when there are no cross field record filters specified.
DefaultUse the default value which resolves to 'All'
ShowCrossFieldRecordFiltersDialogInclude an option in the menu for showing the cross field record filters dialog.
ShowFieldChooserDialogInclude an option in the menu for showing the field chooser dialog.
Remarks

Note: this setting is ignored unless HeaderPrefixAreaDisplayMode resolves to 'Menu'

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also