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