Difference between revisions of "TBCanvas.CreateButton"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 12: | Line 12: | ||
− | Creates a new TBButton and adds it to the TBCanvas. | + | Creates a new [[TBButton]] and adds it to the TBCanvas. |
Revision as of 16:17, 9 February 2015
Method
TBCanvas.CreateButton ( Caption As String, Name As String = "", HelpTag As String = "", Icon As Picture = Nil, SmallIcon As Picture = Nil, Enabled As Boolean = True, Visible As Boolean = True, Menu As MenuItem = Nil, Align As Integer = 0 )
Creates a new TBButton and adds it to the TBCanvas.