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 6: Line 8:
 
===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:55, 26 May 2017

A component representing a clickable button

Remarks [edit]

Properties

GUIImageBox Icon {get;}
Reference to the icon Imagebox on the button

Events

OnClick()
Event fired when the user clicks the button