MonobjcMonobjc Documented Class Library
InsertNewButtonImageIn Method (newButtonImage, buttonCell)
NamespacesMonobjc.AppKitNSColorPickerInsertNewButtonImageIn(NSImage, NSButtonCell)

Sets the image used for the specified button cell.

Original signature is '- (void)insertNewButtonImage:(NSImage *)newButtonImage in:(NSButtonCell *)buttonCell'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InsertNewButtonImageIn(
	NSImage newButtonImage,
	NSButtonCell buttonCell
)
Public Overridable Sub InsertNewButtonImageIn ( _
	newButtonImage As NSImage, _
	buttonCell As NSButtonCell _
)
public:
virtual void InsertNewButtonImageIn(
	NSImage^ newButtonImage, 
	NSButtonCell^ buttonCell
)
Parameters
newButtonImage (NSImage)
The image used for the specified button cell.
buttonCell (NSButtonCell)
The button cell for which to set the image.
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)