Difference between revisions of "RibbonCanvas.GetMainOption"
From Jeremie Leroy - XOJO Controls Wiki
m (1 revision) |
m (4 revisions imported) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
| parameters=Name As String | | parameters=Name As String | ||
| returntype=RibbonMainOption | | returntype=RibbonMainOption | ||
+ | | version=1.2.5 | ||
| platform=all | | platform=all | ||
}} | }} | ||
Line 11: | Line 12: | ||
− | Returns the RibbonMainOption object corresponding to the passed | + | Returns the [[RibbonMainOption]] object corresponding to the passed ''Name''. |
Name can contain dots to get the object from a certain Option | Name can contain dots to get the object from a certain Option | ||
OptionName.SubOptionName | OptionName.SubOptionName | ||
OptionName | OptionName |
Latest revision as of 13:25, 6 August 2015
Method
RibbonCanvas.GetMainOption ( Name As String ) As RibbonMainOption
Returns the RibbonMainOption object corresponding to the passed Name. Name can contain dots to get the object from a certain Option OptionName.SubOptionName OptionName