Difference between revisions of "RibbonMain.Draw"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 6: | Line 6: | ||
| parameters=g As Graphics, Full As Boolean = False, ButtonHeight As Integer = 0, LeftOffset As Integer = 0 | | parameters=g As Graphics, Full As Boolean = False, ButtonHeight As Integer = 0, LeftOffset As Integer = 0 | ||
| returntype= | | returntype= | ||
+ | | version=1.2.4 | ||
| platform=all | | platform=all | ||
}} | }} | ||
Line 11: | Line 12: | ||
− | Draws the Button when Full is false. And draws the entire view when Full is True. | + | Draws the Button when'' Full'' is false. And draws the entire view when Full is True. |
Revision as of 23:55, 24 May 2012
Method
RibbonMain.Draw ( g As Graphics, Full As Boolean = False, ButtonHeight As Integer = 0, LeftOffset As Integer = 0 )
Draws the Button when Full is false. And draws the entire view when Full is True.