'Declaration Public Function IndexOf( _ ByVal value As String _ ) As DialogStrings
'Usage Dim instance As DialogStringList Dim value As String Dim value As DialogStrings value = instance.IndexOf(value)
public DialogStrings IndexOf( string value )
Parameters
- value
- The dialog string to locate.
Return Value
The zero-based index of the first occurrence of value within the entire list, if found; otherwise, returns -1.