Difference between revisions of "TBButton.Constructor"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|
(No difference)
|
Revision as of 22:41, 6 May 2012
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.