Share via


NSBrowserDelegate.ShouldShowCellExpansion(NSBrowser, IntPtr, IntPtr) Method

Definition

[Foundation.Export("browser:shouldShowCellExpansionForRow:column:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldShowCellExpansion(AppKit.NSBrowser browser, IntPtr row, IntPtr column);
[<Foundation.Export("browser:shouldShowCellExpansionForRow:column:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldShowCellExpansion : AppKit.NSBrowser * nativeint * nativeint -> bool
override this.ShouldShowCellExpansion : AppKit.NSBrowser * nativeint * nativeint -> bool

Parameters

browser
NSBrowser
row
IntPtr

nativeint

column
IntPtr

nativeint

Returns

Implements

Attributes

Applies to