Difference between revisions of "RibbonCanvas.toRB"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 6: | Line 6: | ||
| parameters=FullConstructor As Boolean = False, SaveStyle As Boolean = True | | parameters=FullConstructor As Boolean = False, SaveStyle As Boolean = True | ||
| returntype=String | | returntype=String | ||
+ | | version=1.2.5 | ||
| platform=all | | platform=all | ||
}} | }} | ||
Line 12: | Line 13: | ||
Returns RB code that can be used to create a ribbon control similar to the current view. | Returns RB code that can be used to create a ribbon control similar to the current view. | ||
− |
Revision as of 23:55, 24 May 2012
Method
RibbonCanvas.toRB ( FullConstructor As Boolean = False, SaveStyle As Boolean = True ) As String
Returns RB code that can be used to create a ribbon control similar to the current view.