Difference between revisions of "TBButton.Constructor"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
m (17 revisions imported) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
| ownertype=class | | ownertype=class | ||
| scope=public | | scope=public | ||
− | | parameters=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 | + | | parameters=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, Align As Integer = AlignLeft |
| returntype= | | returntype= | ||
| version=1.2 | | version=1.2 |
Latest revision as of 16:24, 7 August 2015
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, 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.