UITableViewCellFocusStyle Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Énumération dont les valeurs définissent la façon dont un s’affiche UITableViewCell lorsqu’il est concentré.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITableViewCellFocusStyle
type UITableViewCellFocusStyle =
- Héritage
-
UITableViewCellFocusStyle
- Attributs
Champs
Custom | 1 | Indique que la cellule ne modifie pas son apparence lorsqu’elle reçoit le focus. |
Default | 0 | Indique que la cellule aura la réponse visuelle par défaut lorsqu’elle recevra le focus. |