Difference between revisions of "GUIButton"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the GUIButton class)
(Documentation for the GUIButton class)
Line 1: Line 1:
A component representing a clickable button
 
 
 
*'''Inherits class: [[GUISelectableComponent]]'''
 
*'''Inherits class: [[GUISelectableComponent]]'''
 
* This is a JavaScript visible object
 
* This is a JavaScript visible object
Line 8: Line 6:
 
===Properties===
 
===Properties===
 
:{{CSharp|GUIImageBox Icon {get;} }}
 
:{{CSharp|GUIImageBox Icon {get;} }}
::
 
::Reference to the icon Imagebox on the button
 
  
 
===Events===
 
===Events===
 
:{{CSharp|OnClick()}}
 
:{{CSharp|OnClick()}}
::
 
::Event fired when the user clicks the button
 
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 12:49, 26 May 2017

Remarks [edit]

Properties

GUIImageBox Icon {get;}

Events

OnClick()