IJsDialogCallbackContinue Method (Boolean) |
Version 55.0.0
Continue the Javascript dialog request.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax void Continue(
bool success
)
void Continue(
bool success
)
Parameters
- success
- Type: SystemBoolean
Set to true if the OK button was pressed.
See Also