次の方法で共有


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
属性

適用対象