Difference between revisions of "RibbonMain.GetOptionIndex"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (1 revision)
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

Revision as of 00:55, 25 May 2012

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