Share via


NSTableView.ShouldFocusCell(NSCell, IntPtr, IntPtr) Method

Definition

[Foundation.Export("shouldFocusCell:atColumn:row:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldFocusCell(AppKit.NSCell cell, IntPtr column, IntPtr row);
[<Foundation.Export("shouldFocusCell:atColumn:row:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldFocusCell : AppKit.NSCell * nativeint * nativeint -> bool
override this.ShouldFocusCell : AppKit.NSCell * nativeint * nativeint -> bool

Parameters

cell
NSCell
column
IntPtr

nativeint

row
IntPtr

nativeint

Returns

Attributes

Applies to