/// <summary> /// Execute redo in this frame. /// </summary> /// <remarks> /// See also the original CEF documentation in /// <see href="https://bitbucket.org/chromiumfx/chromiumfx/src/tip/cef/include/capi/cef_frame_capi.h">cef/include/capi/cef_frame_capi.h</see>. /// </remarks> public void Redo() { var call = new CfxFrameRedoRenderProcessCall(); call.self = CfrObject.Unwrap(this); call.RequestExecution(this); }
/// <summary> /// Execute redo in this frame. /// </summary> /// <remarks> /// See also the original CEF documentation in /// <see href="https://bitbucket.org/chromiumfx/chromiumfx/src/tip/cef/include/capi/cef_frame_capi.h">cef/include/capi/cef_frame_capi.h</see>. /// </remarks> public void Redo() { var call = new CfxFrameRedoRenderProcessCall(); call.@this = proxyId; call.RequestExecution(this); }