browser class : Direction(bool) setter

Description

Sets a value that indicates whether handles a navigation on browser own.

Syntax

instance.Direction = value;

Assigned value

ClassDescription
boolwhether handles a navigation on browser own.

Return value

None.

Sample code

1:

browser b = new browser(); // Main-browser

2:

b.Direction = false; // Leaves the navigation to the next browser.

Notes

if sets true, the navigation handles on browser own. if sets false, leaves the navigation to the next browser.

Links for reference

None.

Copyright © Cooker All rights reserved.