Difference between revisions of "TBCanvas.Push"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (32 revisions imported)
 
(26 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
| parameters=btnIndex As Integer, Relative As Boolean = False
 
| parameters=btnIndex As Integer, Relative As Boolean = False
 
| returntype=
 
| returntype=
| version=1.4
+
| version=1.6.0
 
| platform=all
 
| platform=all
 
}}
 
}}

Latest revision as of 17:24, 7 August 2015

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.