Difference between revisions of "RibbonMenu.Constructor"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision imported)
m (1 revision imported)
 
(12 intermediate revisions by 2 users not shown)
Line 9: Line 9:
 
| platform=all
 
| platform=all
 
}}
 
}}
 +
 +
 +
 +
Simple Constructor
 +
 +
{{MethodBox
 +
| name=Constructor
 +
| owner=[[RibbonMenu]]
 +
| ownertype=class
 +
| scope=public
 +
| parameters=Icon As Picture, Visible As Boolean = True, Width As Integer = 660, Height As Integer = -1, OptionsWidth As Integer = - 1, SideOffset As Integer = 1, FooterHeight As Integer = 17
 +
| returntype=
 +
| version=1.3.0
 +
| platform=all
 +
}}
 +
 +
 +
 +
[[RibbonMenu.Constructor|Constructor]] to set ''Icon'', visibility,'' Width'','' Height''...

Latest revision as of 17:46, 2 August 2016

Method
RibbonMenu.Constructor ( )


Simple Constructor


Method
RibbonMenu.Constructor ( Icon As Picture, Visible As Boolean = True, Width As Integer = 660, Height As Integer = -1, OptionsWidth As Integer = - 1, SideOffset As Integer = 1, FooterHeight As Integer = 17 )
Constructor to set Icon, visibility, Width, Height...