Returns the value for the specified cell attribute.
Original signature is '- (NSInteger)cellAttribute:(NSCellAttribute)aParameter'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSInteger CellAttribute( NSCellAttribute aParameter )
Public Overridable Function CellAttribute ( _ aParameter As NSCellAttribute _ ) As NSInteger
public: virtual NSInteger CellAttribute( NSCellAttribute aParameter )

- 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.

The value for the cell attribute specified by aParameter.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)