browser class : EnableNavigation getter

Description

Returns a value indicating whether the browser is enabled to navigate.

Syntax

instance.EnableNavigation

Arguments

None.

Return value

ClassDescription
boolA value indicating whether the browser is enabled to navigate.

Sample code

1:

browser b; // Main-browser

2:

bool canNavigate = b.EnabledNavigation;

Notes

If the browser is enabled to navigate, returns true. Otherwise, returns false.

The default value is true.

Links for reference

None.

Copyright © Cooker All rights reserved.