Share via


NSTableViewDelegate.ShouldSelectTableColumn Method

Definition

[Foundation.Export("tableView:shouldSelectTableColumn:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldSelectTableColumn(AppKit.NSTableView tableView, AppKit.NSTableColumn tableColumn);
[<Foundation.Export("tableView:shouldSelectTableColumn:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldSelectTableColumn : AppKit.NSTableView * AppKit.NSTableColumn -> bool
override this.ShouldSelectTableColumn : AppKit.NSTableView * AppKit.NSTableColumn -> bool

Parameters

tableView
NSTableView
tableColumn
NSTableColumn

Returns

Implements

Attributes

Applies to