Share via


IUITableViewDelegate.ShouldShowMenu(UITableView, NSIndexPath) Method

Definition

Whether the cell at the specified rowAtIndexPath should show an action menu.

[Foundation.Export("tableView:shouldShowMenuForRowAtIndexPath:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldShowMenu(UIKit.UITableView tableView, Foundation.NSIndexPath rowAtindexPath);
[<Foundation.Export("tableView:shouldShowMenuForRowAtIndexPath:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldShowMenu : UIKit.UITableView * Foundation.NSIndexPath -> bool
override this.ShouldShowMenu : UIKit.UITableView * Foundation.NSIndexPath -> bool

Parameters

tableView
UITableView

Table view containing the row.

rowAtindexPath
NSIndexPath

Location of the row that the user is selecting.

Returns

Attributes

Applies to