NSTableView.ShouldFocusCell(NSCell, nint, nint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
[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
参数
- cell
- NSCell
- column
- System.System.IntPtr System.nativeint
- row
- System.System.IntPtr System.nativeint
返回
- 属性