StartExplorer Method
The StartExplorer method starts the windows explorer.
Syntax
SiteKiosk.StartSettings.StartExplorer()
|
Return Value
Remarks
If the RunMode property was changed from 2 to 0, the windows explorer must be started using this method to make sure that the taskbar is visible after terminating SiteKiosk.
Examples
The following example starts the windows explorer.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteKiosk.StartSettings.StartExplorer();
</SCRIPT>
|
Applies to
SiteKiosk v5.5 (and later versions).
Back to top