MonobjcMonobjc Documented Class Library
CellAttribute Method (aParameter)
NamespacesMonobjc.AppKitNSCellCellAttribute(NSCellAttribute)

Returns the value for the specified cell attribute.

Original signature is '- (NSInteger)cellAttribute:(NSCellAttribute)aParameter'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSInteger CellAttribute(
	NSCellAttribute aParameter
)
Public Overridable Function CellAttribute ( _
	aParameter As NSCellAttribute _
) As NSInteger
public:
virtual NSInteger CellAttribute(
	NSCellAttribute aParameter
)
Parameters
aParameter (NSCellAttribute)
The cell attribute whose value you want to get. Attributes include the receiver's current state and whether it is disabled, editable, or highlighted.
Return Value
The value for the cell attribute specified by aParameter.
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)