browser class : Direction getter

Description

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

Syntax

instance.Direction

Arguments

None.

Return value

ClassDescription
boolWhether handles a navigation on browser own.

Sample code

1:

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

2:

bool tile = b.Direction;

Notes

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

Links for reference

None.

Copyright © Cooker All rights reserved.