Click or drag to resize

ToolbarDisplayAttrs Enumeration

Display Attributes for a page's toolbar.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ToolbarDisplayAttrs
Members
  Member nameValueDescription
HideButtonsWhenDisabled1Hide any disabled toolbar buttons.
DenyInsert2Do not show the new button, regardless of the underlying mapper's permissions.
DenyUpdate4Do not show the save button, regardless of the underlying mapper's permissions.
DenyDelete8Do not show the delete buttons, regardless of the underlying mapper's permissions.
PopupNew16Popup a new window for creating new items (instead of navigating to the new item in-place).
NoToolbar32Do not provide a toolbar on the page.
TooltipHelp64Provide the standard system Page Help button on the toolbar.
DenyAdd128Do not show the Add button, regardless of the underlying mapper's permissions.
NoRefresh256Do not provide a Refresh button on the toolbar.
NoSave512Do not provide a Save button on the toolbar.
ShowToolbar1024Show toolbar on pages that by default do not show a toolbar (e.g. IConsoleTemplate pages). This is overridden by HideCaption.
ShowCaption2048Show toolbar caption on toolbars.
CaptionAbove4096Show toolbar caption above the toolbar (default is left).
HideCaption8192Hide the caption on the toolbar. This bit overrides ShowToolbar.
NoCustomCommands16384Do not add custom MapperCommand items to the toolbar.
IgnoreGlobalSetting1073741824Ignore the global setting on the application object and JUST use the page level attributes.
See Also