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

Revision as of 12:40, 6 September 2017

A component representing a clickable button

Remarks [edit]

Properties

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

Events

Click()
Event fired when the user clicks the button
RightClick()