Version

NavigatorStyle Enumeration

Represents the style of the navigator window.
Syntax
'Declaration
 
Public Enum NavigatorStyle 
   Inherits System.Enum
public enum NavigatorStyle : System.Enum 
Members
MemberDescription
DefaultUse the default navigator style based on the UltraDockManager.WindowStyle.
VisualStudio2005Visual Studio 2005 style navigator dialog.
VisualStudio2008VistaVisual Studio 2008 style navigator dialog on the Windows Vista Operating System.
VisualStudio2008XPVisual Studio 2008 style navigator dialog on the Windows XP Operating System.
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