Sdílet prostřednictvím


UITableViewCell.SetHighlighted(Boolean, Boolean) Method

Definition

[Foundation.Export("setHighlighted:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetHighlighted(bool highlighted, bool animated);
[<Foundation.Export("setHighlighted:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetHighlighted : bool * bool -> unit
override this.SetHighlighted : bool * bool -> unit

Parameters

highlighted
Boolean
animated
Boolean
Attributes

Applies to