GUIWebView

From Virtual World Web Wiki
Jump to: navigation, search

A UI component representing a web page

  • Inherits class: GUIComponent
  • This is a JavaScript visible object

Remarks [edit]

Properties

string Address {get; set;}
Current address of the web page
bool Enabled {get; set;}
bool Transparent {get; set;}
Should this view allow for transparent background colors
int ViewHeight {get; set;}
Pixel height of the display area to render to
int ViewWidth {get; set;}
Pixel width of the display area to render to

Methods

void ExecuteJS(string js)
Invokes a Javascript snippet in the webpage.