MonobjcMonobjc Documented Class Library
LeafKeyPathForNode Method (node)
NamespacesMonobjc.AppKitNSTreeControllerLeafKeyPathForNode(NSTreeNode)

Returns the key path that specifies whether the node is a leaf node.

Original signature is '- (NSString *)leafKeyPathForNode:(NSTreeNode *)node'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString LeafKeyPathForNode(
	NSTreeNode node
)
Public Overridable Function LeafKeyPathForNode ( _
	node As NSTreeNode _
) As NSString
public:
virtual NSString^ LeafKeyPathForNode(
	NSTreeNode^ node
)
Parameters
node (NSTreeNode)
A tree node in the receiver.
Return Value
A string containing the key path in node that specifies that the node is a leaf node.
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)