TBButton.Constructor
From Jeremie Leroy - XOJO Controls Wiki
Revision as of 22:41, 6 May 2012 by RB WikiCreator (Talk)
Method
TBButton.Constructor ( 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 = AlignLeft )
The default Constructor for the TBButton. If the Name is an empty string then the Name takes the value of the Caption.