Condividi tramite


UITableViewSource.CanFocusRow(UITableView, NSIndexPath) Metodo

Definizione

Indica se la riga in corrispondenza dell'oggetto specificato indexPath può ricevere lo stato attivo.

[Foundation.Export("tableView:canFocusRowAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool CanFocusRow (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member CanFocusRow : UIKit.UITableView * Foundation.NSIndexPath -> bool
override this.CanFocusRow : UIKit.UITableView * Foundation.NSIndexPath -> bool

Parametri

tableView
UITableView
indexPath
NSIndexPath

Restituisce

Attributi

Si applica a