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 10: Line 10:
  
 
===Events===
 
===Events===
:{{CSharp|OnClick(EventHandler<FlexibleEventArgs>)}}
+
:{{CSharp|OnClick()}}
 
::
 
::
 
::Event fired when the user clicks the button
 
::Event fired when the user clicks the button
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 16:56, 21 February 2017

Remarks [edit]

Properties

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

Events

OnClick()
Event fired when the user clicks the button