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 6: Line 6:
 
===Properties===
 
===Properties===
 
:{{CSharp|GUIImageBox Icon {get;} }}
 
:{{CSharp|GUIImageBox Icon {get;} }}
 +
::
 +
::Reference to the icon Imagebox on the button
  
 
===Events===
 
===Events===
 
:{{CSharp|OnClick(EventHandler<FlexibleEventArgs>)}}
 
:{{CSharp|OnClick(EventHandler<FlexibleEventArgs>)}}
 +
::
 +
::Event fired when the user clicks the button
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 17:38, 17 February 2017

Remarks [edit]

Properties

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

Events

OnClick(EventHandler<FlexibleEventArgs>)
Event fired when the user clicks the button