MonobjcMonobjc Documented Class Library
IndexOfCellWithTag Method (tag)
NamespacesMonobjc.AppKitNSFormIndexOfCellWithTag(NSInteger)

Returns the index of the entry whose tag is tag.

Original signature is '- (NSInteger)indexOfCellWithTag:(NSInteger)tag'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger IndexOfCellWithTag(
	NSInteger tag
)
Public Overridable Function IndexOfCellWithTag ( _
	tag As NSInteger _
) As NSInteger
public:
virtual NSInteger IndexOfCellWithTag(
	NSInteger tag
)
Parameters
tag (NSInteger)
The tag of the desired entry.
Return Value

[Missing <returns> documentation for "M:Monobjc.AppKit.NSForm.IndexOfCellWithTag(Monobjc.Foundation.NSInteger)"]

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)