NSTableView.ShouldFocusCell(NSCell, nint, nint) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
[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
Parámetros
- cell
- NSCell
- column
- System.System.IntPtr System.nativeint
- row
- System.System.IntPtr System.nativeint
Devoluciones
- Atributos