SwfToolStripComboBox.
Returns the index of an item in a toolstrip combo box.
iItem = SwfToolStripComboBox.FindItem (sItem)
The item to find. STRING.
Wildcard characters are supported: a question mark (?) matches any single character, and an asterisk (*) to match zero or more characters.
If the item sItem is not found, FindItem returns zero (0).