KioFrame Object
Functions
| Type | Signature |
| void |
GoHome()
Navigates the calling frame to it's configured default page (or the parent browsers default page). |
| string |
GetUrl()
Gets the URL of the calling frame. |
| void |
LoadUrl(string url)
Loads a url in the calling frame. |
| void |
InjectJavaScript(string js, string contextUrl = null)
Injects JavaScript into the calling frame. |
| void |
Print()
Prints the calling frames page without prompting using the default Windows printer that is configured for the current Windows user. |
| uint |
GetTrustLevels(string url = null)
Gets a mask of the scripting ACL trust levels for the calling frame, or optional URL. |