Difference between revisions of "RibbonCanvas.toRB"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
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.
Delete this
 

Revision as of 00:55, 25 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.