다음을 통해 공유


UIButton.SetTitle(String, UIControlState) 메서드

정의

지정된 단추 상태의 제목을 설정합니다.

[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

매개 변수

title
String

설정할 제목은 null을 전달하여 지웁

이 매개 변수는 null일 수 있습니다.

forState
UIControlState
특성

적용 대상