MonobjcMonobjc Documented Class Library
LeafKeyPath Property
NamespacesMonobjc.AppKitNSTreeControllerLeafKeyPath

Returns the key path used by the receiver to determine if a node is a leaf key.

Original signature is '- (NSString *)leafKeyPath'

Available in Mac OS X v10.4 and later.

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