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