| Cursor | |
| HasKeyFocus | Tell the html control if it has key focus currently, controls showing the I-beam cursor in text controls amongst other things |
| InBackgroundMode | Enable/disable low-resource background mode, where javascript and repaint timers are throttled, resources are more aggressively purged from memory, and audio/video elements are paused. When background mode is enabled, all HTML5 video and audio objects will execute ".pause()" and gain the property "._steam_background_paused = 1". When background mode is disabled, any video or audio objects with that property will resume with ".play()". |
| IsLimited | |
| OnTexture | Called when the texture has changed and should be updated |
| PageTitle | |
| ScaleFactor | DPI Scaling factor |
| Size | The size of the browser |
| Url | The current Url |
| Dispose | |
| TellChar | Tell the browser a unicode key has been pressed |
| TellKey | Tell the browser a key has been pressed or released |
| TellMouseButton | Tell the browser a mouse button has been pressed |
| TellMouseMove | Tell the browser the mouse has moved |
| TellMouseWheel | Tell the browser the mouse wheel has moved |