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