MonobjcMonobjc Documented Class Library
SelectItemWithTitle Method (title)
NamespacesMonobjc.AppKitNSPopUpButtonSelectItemWithTitle(NSString)

Selects the item with the specified title.

Original signature is '- (void)selectItemWithTitle:(NSString *)title'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SelectItemWithTitle(
	NSString title
)
Public Overridable Sub SelectItemWithTitle ( _
	title As NSString _
)
public:
virtual void SelectItemWithTitle(
	NSString^ title
)
Parameters
title (NSString)
The title of the item to select. If you specify nil, an empty string, or a string that does not match the title of a menu item, this method deselects the currently selected item.
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)