Difference between revisions of "RibbonCanvas.toXML"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
|||
Line 6: | Line 6: | ||
| parameters=SaveValue As Boolean = True, SaveStyle As Boolean = True, SaveAllOptions As Boolean = False, SavePictureInXML As Boolean = False | | parameters=SaveValue As Boolean = True, SaveStyle As Boolean = True, SaveAllOptions As Boolean = False, SavePictureInXML As Boolean = False | ||
| returntype=String | | returntype=String | ||
+ | | version=1.2.5 | ||
| platform=all | | platform=all | ||
}} | }} | ||
Line 11: | Line 12: | ||
− | Returns XML definition that can be loaded using the LoadFromXML function to create a ribbon control similar to the current view. | + | Returns XML definition that can be loaded using the [[RibbonCanvas.LoadFromXML|LoadFromXML]] function to create a ribbon control similar to the current view. |
− | + |
Revision as of 23:55, 24 May 2012
Method
RibbonCanvas.toXML ( SaveValue As Boolean = True, SaveStyle As Boolean = True, SaveAllOptions As Boolean = False, SavePictureInXML As Boolean = False ) As String
Returns XML definition that can be loaded using the LoadFromXML function to create a ribbon control similar to the current view.