NSComboBoxDataSource.IndexOfItem(NSComboBox, String) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("comboBox:indexOfItemWithStringValue:")]
public virtual nint IndexOfItem(AppKit.NSComboBox comboBox, string value);abstract member IndexOfItem : AppKit.NSComboBox * string -> nint
override this.IndexOfItem : AppKit.NSComboBox * string -> nintParameters
- comboBox
- NSComboBox
- value
- String
Returns
		
		System.System.IntPtr
System.nativeint
	
	
	- Attributes