MonobjcMonobjc Documented Class Library
TakeIntegerValueFrom Method (sender)
NamespacesMonobjc.AppKitNSControlTakeIntegerValueFrom(Id)

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

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

Available in Mac OS X v10.5 and later.

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