Click or drag to resize

NavAttrs Enumeration

Attribute bits for Navigators.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum NavAttrs
Members
  Member nameValueDescription
Disabled1Disable the navigator
AddParentInfo2Add the parent information to the navigation link generated for pages. Used by navigators in the MiniNav control.
NoFirstItemLink4Don't make the first item a link (applies to the single frame version tabs).
NoDefaultTips1024Suppress tooltips on this navigator's nav elements if the tip is just a default (e.g. the caption). This setting is typically picked up from the application AppAppearance setting.
NoTitleCase32768The caption of this link should not be forced to use Title Case when implict vocabulary is being used.
See Also