MonobjcMonobjc Documented Class Library
SetTitle Method (aString)
NamespacesMonobjc.AppKitNSPopUpButtonSetTitle(NSString)

Sets the string displayed in the receiver when the user isn’t pressing the mouse button.

Original signature is '- (void)setTitle:(NSString *)aString'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetTitle(
	NSString aString
)
Public Overridable Sub SetTitle ( _
	aString As NSString _
)
public:
virtual void SetTitle(
	NSString^ aString
)
Parameters
aString (NSString)
The string to display.
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)