Difference between revisions of "RibbonMain.GetOptionIndex"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
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=String
 
| returntype=String
 +
| version=1.2.4
 
| platform=all
 
| platform=all
 
}}
 
}}
Line 11: Line 12:
  
  
Returns the index of the passed name.
+
Returns the index of the passed ''Name''.
 
Name can contain a dot to get the object from a certain Name.
 
Name can contain a dot to get the object from a certain Name.
 
To get the index of a SubOption, pass Name.SubOptionName
 
To get the index of a SubOption, pass Name.SubOptionName

Latest revision as of 14:25, 6 August 2015

Method
RibbonMain.GetOptionIndex ( Name As String ) As String


Returns the index of the passed Name. Name can contain a dot to get the object from a certain Name. To get the index of a SubOption, pass Name.SubOptionName