MonobjcMonobjc Documented Class Library
ItemTitleAtIndex Method (index)
NamespacesMonobjc.AppKitNSPopUpButtonItemTitleAtIndex(NSInteger)

Returns the title of the item at the specified index.

Original signature is '- (NSString *)itemTitleAtIndex:(NSInteger)index'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString ItemTitleAtIndex(
	NSInteger index
)
Public Overridable Function ItemTitleAtIndex ( _
	index As NSInteger _
) As NSString
public:
virtual NSString^ ItemTitleAtIndex(
	NSInteger index
)
Parameters
index (NSInteger)
The index of the item you want.
Return Value
The title of the item, or an empty string if no item exists at the specified index.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)