예제 #1
0
 /// <summary>
 /// Navigate forwards.
 /// </summary>
 /// <remarks>
 /// See also the original CEF documentation in
 /// <see href="https://bitbucket.org/chromiumfx/chromiumfx/src/tip/cef/include/capi/cef_browser_capi.h">cef/include/capi/cef_browser_capi.h</see>.
 /// </remarks>
 public void GoForward()
 {
     CfxApi.cfx_browser_go_forward(NativePtr);
 }