MonobjcMonobjc Documented Class Library
SelectCellWithTag Method (anInt)
NamespacesMonobjc.AppKitNSMatrixSelectCellWithTag(NSInteger)

Selects the last cell with the given tag.

Original signature is '- (BOOL)selectCellWithTag:(NSInteger)anInt'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool SelectCellWithTag(
	NSInteger anInt
)
Public Overridable Function SelectCellWithTag ( _
	anInt As NSInteger _
) As Boolean
public:
virtual bool SelectCellWithTag(
	NSInteger anInt
)
Parameters
anInt (NSInteger)
The tag of the cell to select.
Return Value
YES if the receiver contains a cell whose tag matches anInt, or NO if no such cell exists
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)