GoForward() public method

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