AllowNavigation Property  
 

Determines whether the control is allowed to navigate to new URLs.

Syntax

object.AllowNavigation [= value ]

Remarks

The AllowNavigation property determines if the user can navigate beyond the initial page loaded by the control.

If this property is False, the control restricts navigation after the initial page has loaded and attempts to navigate beyond this initial page will automatically be canceled. This is useful for scenarios like embedded help viewers, dashboards, or authentication windows where you want to confine the user to a specific site or document.

Data Type

Boolean

See Also

AllowMessages Property, AllowScripting Property, AllowZoom Property, Navigate Method, NavigationCompleted Event, NavigationStarting Event