다음을 통해 공유


UISearchBar.SetShowsCancelButton(Boolean, Boolean) 메서드

정의

취소 단추의 표시 상태를 설정하며 필요에 따라 변경 내용에 애니메이션 효과를 적용합니다.

[Foundation.Export("setShowsCancelButton:animated:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetShowsCancelButton (bool showsCancelButton, bool animated);
abstract member SetShowsCancelButton : bool * bool -> unit
override this.SetShowsCancelButton : bool * bool -> unit

매개 변수

showsCancelButton
Boolean
animated
Boolean
특성

적용 대상