Click or drag to resize

ConsoleOptions Enumeration

Options for use with IConsoleTemplate. Currently used for the UI Feature to allow for system-wide Console configuration.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ConsoleOptions
Members
  Member nameValueDescription
NoLinkPrefix1Normally console New and Add link text includes a '>>' prefix, but the prefix is suppressed when this option is set.
ShowPaneLink2Show the All/View/Edit link in pane headers.
EditModeOn4Set EditModeOn for all console panes in the application. This is the equivalent of setting EditModeOn on every pane.
NoElementMove8When set, prevents drag/drop of panes on console pages. Use NoElementMove to control drag/drop on a per-page basis.
NoPaneSaveLink16When set, suppresses Save links on console pane headers. Pane Save links are only shown when EditModeOn is set on the pane.
See Also