Difference between revisions of "TBButton"
From Jeremie Leroy - XOJO Controls Wiki
m (16 revisions imported) |
|||
(11 intermediate revisions by 2 users not shown) | |||
Line 31: | Line 31: | ||
|width=50%|{{Property | name=Menu | type=Menuitem | description= | readonly=no | newinversion= | version=1.2}} | |width=50%|{{Property | name=Menu | type=Menuitem | description= | readonly=no | newinversion= | version=1.2}} | ||
|} | |} | ||
− | |||
− | |||
Line 39: | Line 37: | ||
|- | |- | ||
|class=titleClass colspan=1|Methods | |class=titleClass colspan=1|Methods | ||
+ | |- | ||
+ | |{{Method | name=Constructor | params=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 | description= | newinversion=}} | ||
|- | |- | ||
|{{Method | name=Constructor | params=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 | description= | newinversion=}} | |{{Method | name=Constructor | params=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 | description= | newinversion=}} | ||
Line 45: | Line 45: | ||
|- | |- | ||
|} | |} | ||
− | |||
− | |||
Latest revision as of 16:24, 7 August 2015
All buttons displayed in the TBCanvas are TBButton. This class contains all necessary properties to display the buttons.
Properties | |
Align | Menu |
Caption | Name |
Enabled | SmallIcon |
Height | Visible |
HelpTag | Width |
Icon | |
Menu |
Methods |
Constructor |
Constructor |
See Also
TBCanvas class; TBLanguage Module.