browser class : CanGoBack getter

Description

Returns a value that indicates whether can go back the previous page.

Syntax

instance.CanGoBack

Arguments

None.

Return value

ClassDescription
boolA value that indicates whether can go back the previous page.

Sample code

1:

browser b; // Main-browser

2:

bool can = b.CanGoBack;

Notes

Returns true if the previous page exists in the navigation history. Otherwise, returns false.

Links for reference

None.

Copyright © Cooker All rights reserved.