Condividi tramite


UITableViewController.ShouldShowMenu(UITableView, NSIndexPath) Metodo

Definizione

Indica se il menu di modifica deve essere visualizzato per la riga specificata.

[Foundation.Export("tableView:shouldShowMenuForRowAtIndexPath:")]
public virtual bool ShouldShowMenu (UIKit.UITableView tableView, Foundation.NSIndexPath rowAtindexPath);
abstract member ShouldShowMenu : UIKit.UITableView * Foundation.NSIndexPath -> bool
override this.ShouldShowMenu : UIKit.UITableView * Foundation.NSIndexPath -> bool

Parametri

tableView
UITableView
rowAtindexPath
NSIndexPath

Restituisce

Attributi

Si applica a