Edit

Share via


NSOutlineViewDelegate.ShouldShowOutlineCell(NSOutlineView, NSObject) Method

Definition

[Foundation.Export("outlineView:shouldShowOutlineCellForItem:")]
public virtual bool ShouldShowOutlineCell (AppKit.NSOutlineView outlineView, Foundation.NSObject item);
abstract member ShouldShowOutlineCell : AppKit.NSOutlineView * Foundation.NSObject -> bool
override this.ShouldShowOutlineCell : AppKit.NSOutlineView * Foundation.NSObject -> bool

Parameters

outlineView
NSOutlineView
item
NSObject

Returns

Attributes

Applies to