MonobjcMonobjc Documented Class Library
SetToolTipForCell Method (toolTipString, cell)
NamespacesMonobjc.AppKitNSMatrixSetToolTipForCell(NSString, NSCell)

Sets the tooltip for the cell.

Original signature is '- (void)setToolTip:(NSString *)toolTipString forCell:(NSCell *)cell'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetToolTipForCell(
	NSString toolTipString,
	NSCell cell
)
Public Overridable Sub SetToolTipForCell ( _
	toolTipString As NSString, _
	cell As NSCell _
)
public:
virtual void SetToolTipForCell(
	NSString^ toolTipString, 
	NSCell^ cell
)
Parameters
toolTipString (NSString)
The string to use as the cell's tooltip (or help tag).
cell (NSCell)
The cell to which to assign the tooltip.
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)