Version

Enabled Property (NavigatorSettings)

Returns or sets whether the Navigator user interface will be displayed when the user presses Ctrl + Tab. The Navigator interface can only be summoned via Ctrl + Tab if the UltraDockManager's HostControl property is set to an MDI parent form.
Syntax
'Declaration
 
Public Property Enabled As Boolean
public bool Enabled {get; set;}
Remarks
Note: The Navigator interface can only be summoned via Ctrl + Tab if the UltraDockManager's HostControl property is set to an MDI parent form (i.e. its IsMdiContainer property is true). Setting this property to false will prevent the Navigator interface from being displayed as a result of keyboard input.
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