Difference between revisions of "RibbonCanvas.GetMainOption"

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=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 name.
+
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 14: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