Difference between revisions of "RibbonCanvas.EmbedControl"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
 
m (4 revisions imported)
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
| parameters=c As RectControl, Left As Integer = - 1, Top As Integer = - 1, Tab As Integer = - 1, Section As Integer = - 1, Button As Integer = - 1
 
| parameters=c As RectControl, Left As Integer = - 1, Top As Integer = - 1, Tab As Integer = - 1, Section As Integer = - 1, Button As Integer = - 1
 
| returntype=
 
| returntype=
 +
| version=1.2.5
 
| platform=all
 
| platform=all
 
}}
 
}}
Line 11: Line 12:
  
  
If a control should be displayed over the Ribbon, use this function to embed the control in the Ribbon.
+
If a ''c''ontrol should be displayed over the Ribbon, use this function to embed the control in the Ribbon.
 
If the control isn't embedded, it will not display properly.
 
If the control isn't embedded, it will not display properly.

Latest revision as of 14:25, 6 August 2015

Method
RibbonCanvas.EmbedControl ( c As RectControl, Left As Integer = - 1, Top As Integer = - 1, Tab As Integer = - 1, Section As Integer = - 1, Button As Integer = - 1 )


If a control should be displayed over the Ribbon, use this function to embed the control in the Ribbon. If the control isn't embedded, it will not display properly.