Compartir a través de


UITableViewSource.CanFocusRow(UITableView, NSIndexPath) Método

Definición

Si la fila del especificado indexPath puede recibir el foco.

[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

Parámetros

tableView
UITableView
indexPath
NSIndexPath

Devoluciones

Atributos

Se aplica a