MonobjcMonobjc Documented Class Library
KeyCell Property
NamespacesMonobjc.AppKitNSMatrixKeyCell

Returns the cell that will be clicked when the user presses the Space bar.

Original signature is '- (id)keyCell'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSCell KeyCell { get; set; }
Public Overridable Property KeyCell As NSCell
	Get
	Set
public:
virtual property NSCell^ KeyCell {
	NSCell^ get ();
	void set (NSCell^ value);
}
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)