NSTableView.ShouldFocusCell(NSCell, nint, nint) Method

Definition

[Foundation.Export("shouldFocusCell:atColumn:row:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, "Use a View Based TableView; observe the window’s firstResponder for focus change notifications.")]
public virtual bool ShouldFocusCell (AppKit.NSCell cell, nint column, nint row);
abstract member ShouldFocusCell : AppKit.NSCell * nint * nint -> bool
override this.ShouldFocusCell : AppKit.NSCell * nint * nint -> bool

Parameters

cell
NSCell
column
System.System.IntPtr System.nativeint
row
System.System.IntPtr System.nativeint

Returns

Attributes

Applies to