MonobjcMonobjc Documented Class Library
TakeIntValueFrom Method (sender)
NamespacesMonobjc.AppKitNSControlTakeIntValueFrom(Id)

Sets the value of the receiver’s cell to an integer value obtained from the specified object.

Original signature is '- (void)takeIntValueFrom:(id)sender'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void TakeIntValueFrom(
	Id sender
)
Public Overridable Sub TakeIntValueFrom ( _
	sender As Id _
)
public:
virtual void TakeIntValueFrom(
	Id^ sender
)
Parameters
sender (Id)
The object from which to take the value. This object must respond to the intValue message.
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)