コード例 #1
0
 /// <summary>
 /// Navigates to the next page in the page history, if available.
 /// </summary>
 /// <returns>Success value.</returns>
 public bool GoForward()
 {
     return(core.GoForward());
 }