Difference between revisions of "RibbonButton.Draw"
From Jeremie Leroy - XOJO Controls Wiki
m (4 revisions imported) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
| ownertype=class | | ownertype=class | ||
| scope=public | | scope=public | ||
− | | parameters=g As Graphics, X As Integer, Y As Integer, SectionEnabled As Boolean | + | | parameters=g As Graphics, X As Integer, Y As Integer, Left As Integer, Top As Integer, SectionEnabled As Boolean |
| returntype=Integer | | returntype=Integer | ||
+ | | version=1.2.5 | ||
| platform=all | | platform=all | ||
}} | }} |
Latest revision as of 13:25, 6 August 2015
Method
RibbonButton.Draw ( g As Graphics, X As Integer, Y As Integer, Left As Integer, Top As Integer, SectionEnabled As Boolean ) As Integer
Draws the Button and returns its width.