Esempio n. 1
0
        /// <summary>
        /// Execute select all 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 SelectAll()
        {
            var call = new CfxFrameSelectAllRenderProcessCall();

            call.self = CfrObject.Unwrap(this);
            call.RequestExecution(this);
        }
        /// <summary>
        /// Execute select all 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 SelectAll()
        {
            var call = new CfxFrameSelectAllRenderProcessCall();

            call.@this = proxyId;
            call.RequestExecution(this);
        }