IUITableViewDelegate.ShouldShowMenu(UITableView, NSIndexPath) 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.
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