Difference between revisions of "GUIComponent"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the GUIComponent class)
(Documentation for the GUIComponent class)
Line 37: Line 37:
  
 
:{{CSharp|string ToolTipTitle {get; set;} }}
 
:{{CSharp|string ToolTipTitle {get; set;} }}
 +
 +
:{{CSharp|bool Visible {get; set;} }}
  
 
:{{CSharp|GUIBaseWindow Window {get; set;} }}
 
:{{CSharp|GUIBaseWindow Window {get; set;} }}
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 21:37, 5 November 2016

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;}
bool Visible {get; set;}
GUIBaseWindow Window {get; set;}