Enum KioBrowserWndType

A list of browser window types in KioWare

Values

Name Description
1 Main. The Main Browser
2 Secondary. All Additional Displays
4 Keyboard. The HTML-based Virtual Keyboard
8 Popup. All Popup Windows and Additional Tabs
16 MediaCapture. The Media Capture Window
32 DriveBrowser. The Driver Browser

Examples


var KioBrowserType = {
    Main: 1,
    Secondary: 2,
    Keyboard: 4,
    Popup: 8,
    MediaCapture: 16,
    DriveBrowser: 32
} 

    

Requirements

KioWare for Windows version 8.1 or greater.