SetBrowserRenderingPaused
Jump to navigation
Jump to search
This function sets the rendering state of a browser.
Syntax
bool setBrowserRenderingPaused ( browser webBrowser, bool paused )
Required Arguments
- webBrowser: The browser
- paused: true to pause rendering, false to continue
Returns
Returns true if the state was successfully changed
Example
Todo
See Also
Todo