Difference between revisions of "TBCanvas.Push"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
Line 13: Line 13:
  
 
Used to [[TBCanvas.Push|Push]] a [[TBCanvas.Button|Button]] and trigger the event associated to the button.<br/>
 
Used to [[TBCanvas.Push|Push]] a [[TBCanvas.Button|Button]] and trigger the event associated to the button.<br/>
If'' Relative'' is True, Push(1, True) will push the button right next to the currently selected button.
+
If'' Relative'' is True, Push(1, True) will [[TBCanvas.Push|Push]] the [[TBCanvas.Button|Button]] right next to the currently selected button.

Revision as of 23:15, 6 May 2012

Method
TBCanvas.Push ( btnIndex As Integer, Relative As Boolean = False )


Used to Push a Button and trigger the event associated to the button.
If Relative is True, Push(1, True) will Push the Button right next to the currently selected button.