browser class : EnableNavigation(bool) setter

Description

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

Syntax

instance.EnableNavigation = value;

Assigned value

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

Return value

None.

Sample code

1:

browser b; // Main-browser

2:

b.EnabledNavigation = false; // It doesn't move from the current page.

Notes

If set to true, the browser will be navigable.

If set to false, the browser will not be navigable. You cannot move from the current page.

The default value is true.

Links for reference

None.

Copyright © Cooker All rights reserved.