MonobjcMonobjc Documented Class Library
IntValue Property
NamespacesMonobjc.AppKitNSActionCellIntValue

Returns the receiver’s value as an int after validating any editing of cell content. (Available in Mac OS X v10.0 through Mac OS X v10.5.)

Original signature is '- (int)intValue'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual int IntValue { get; }
Public Overridable ReadOnly Property IntValue As Integer
	Get
public:
virtual property int IntValue {
	int get ();
}
Version Information
  • Available in Monobjc Bridge: 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)