MonobjcMonobjc Documented Class Library
RemoveItemWithTitle Method (title)
NamespacesMonobjc.AppKitNSPopUpButtonRemoveItemWithTitle(NSString)

Removes the item with the specified title from the menu.

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

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveItemWithTitle(
	NSString title
)
Public Overridable Sub RemoveItemWithTitle ( _
	title As NSString _
)
public:
virtual void RemoveItemWithTitle(
	NSString^ title
)
Parameters
title (NSString)
The title of the item you want to remove. If no menu item exists with the specified title, this method triggers an assertion.
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)