GoForward() 공개 메소드

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