|
MenuDropDownFindIndex Method
|
Find index of item with given name.
If multiple items share the same name, the first item index is returned.
If item could not be found, -1 is returned.
Namespace:
Karamba.GHopper.Utilities.UIWidgets
Assembly:
karambaGH (in karambaGH.dll) Version: 1.15.0.0 (1.15.0.0)
Syntaxpublic int FindIndex(
string name
)
Public Function FindIndex (
name As String
) As Integer
public:
int FindIndex(
String^ name
)
member FindIndex :
name : string -> int
Parameters
- name
- Type: SystemString
[Missing <param name="name"/> documentation for "M:Karamba.GHopper.Utilities.UIWidgets.MenuDropDown.FindIndex(System.String)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Karamba.GHopper.Utilities.UIWidgets.MenuDropDown.FindIndex(System.String)"]
See Also