MonobjcMonobjc Documented Class Library
FloatValue Property
NamespacesMonobjc.AppKitNSActionCellFloatValue

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

Original signature is '- (float)floatValue'

Available in Mac OS X v10.0 and later.

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

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