Difference between revisions of "RibbonMain.Draw"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
m (4 revisions imported) |
||
(2 intermediate revisions by 2 users not shown) | |||
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. |
Latest revision as of 13:25, 6 August 2015
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.