GoForward() public method

Navigates to the next page in the page history, if available.
public GoForward ( ) : bool
return bool
 void BodyContextMenuForward_Click(object sender, EventArgs e)
 {
     owner.GoForward();
 }