IJsDialogCallbackContinue Method (Boolean) |
Version 90.6.50
Continue the Javascript dialog request.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.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