Version

NavigatorItemDescriptionLocation Enumeration

Represents the location of the selected item's title and description in the navigator dialog.
Syntax
'Declaration
 
Public Enum NavigatorItemDescriptionLocation 
   Inherits System.Enum
public enum NavigatorItemDescriptionLocation : System.Enum 
Members
MemberDescription
BelowListsDisplay the title and description in an area located below the list of panes and mdi children.
DefaultUse the default location based on the NavigatorSettings.NavigatorStyle.
HeaderAndFooterDisplay the title and part of the item description in the header. Display the other part of the item description in the footer.
NoneDo not show the title or description of the selected item in the navigator.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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