browser class : CanGoForward getter
Description
Returns a value that indicates whether can go forward the next page.
Syntax
instance.CanGoForward
Arguments
None.
Return value
Class | Description |
bool | A value that indicates whether can go forward the next page. |
Sample code
1: | browser b; // Main-browser |
2: | bool can = b.CanGoForward; |
Notes
Returns true if the next page exists in the navigation history. Otherwise, returns false.
Links for reference
None.