MonobjcMonobjc Documented Class Library
SetCellAttributeTo Method (aParameter, value)
NamespacesMonobjc.AppKitNSCellSetCellAttributeTo(NSCellAttribute, NSInteger)

Sets the value for the specified cell attribute.

Original signature is '- (void)setCellAttribute:(NSCellAttribute)aParameter to:(NSInteger)value'

Available in Mac OS X v10.0 and later.

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