KioBrowser Object
Functions
Type | Signature |
void |
GoBack()
Navigates the active browser back. |
void |
GoForward()
Navigates the active browser forward. |
bool |
CanGoBack()
Determines if the active browser can go back. |
bool |
CanGoForward()
Determines if the active browser can go forward. |
void |
Find(string, bool)
Searches the page for the next occurrence of a specified text value. |
double |
GetZoom()
Gets the zoom level of the active browser in percent with floating point precision. |
double |
SetZoom(double percentLevel)
Sets the zoom level of the active browser in percent with floating point precision. |
void |
Reload()
Reloads the active browser page. |
void |
StopLoad()
Stops loading the active browser. |
void |
Focus()
Puts input focus on the active browser. |
int |
SetDockedElementsVisible(bool visible = null, string name = null, ElementType elTypeMask = 0xFFFFFFFF)
Controls the visibility of docked elements such as toolbars and docked browsers (within the parent KioWare window). |
void |
MessageBox(string message, string title = '', int timeoutMs = 0)
Shows a message to the user in a centered window. |