GUIComponent

From Virtual World Web Wiki
Revision as of 16:35, 21 October 2016 by Spark5 (Talk | contribs) (Documentation for the GUIComponent class)

Jump to: navigation, search

This is the base class for all GUI components. More

  • This is a JavaScript visible object

Remarks [edit]

Properties

string ContextTag {get; set;}
bool CursorHotSpotMiddle {get; set;}
bool Enabled {get; set;}
bool FitHorizontal {get; set;}
bool FitVertical {get; set;}
bool IgnoreLayout {get; set;}
string Name {get; set;}
string NodeID {get; set;}
ComponentLayoutExtended PanelLayoutExtended {get;}
GUIContainer ParentSetFromJS {get; set;}
int SiblingIndex {get; set;}
string ToolTip {get; set;}
ResourceValue ToolTipCursor {get; set;}
bool ToolTipCursorMiddle {get; set;}
ResourceValue ToolTipImage {get; set;}
string ToolTipTitle {get; set;}
GUIBaseWindow Window {get; set;}