NSBrowserDelegate.ShouldShowCellExpansion(NSBrowser, IntPtr, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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