NSTableView.ShouldFocusCell(NSCell, nint, nint) 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("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