UIButton.SetTitle(String, UIControlState) Método

Definición

Establece el título para el estado de botón especificado.

[Foundation.Export("setTitle:forState:")]
public virtual void SetTitle (string title, UIKit.UIControlState forState);
abstract member SetTitle : string * UIKit.UIControlState -> unit
override this.SetTitle : string * UIKit.UIControlState -> unit

Parámetros

title
String

El título que se va a establecer, pase null para borrarlo.

Este parámetro puede ser null.

forState
UIControlState
Atributos

Se aplica a