UISearchBar.SetScopeBarButtonBackgroundImage(UIImage, UIControlState) 메서드

정의

지정된 범위 표시줄 단추 및 상태에 대한 배경 이미지로 사용되는 UIImage를 설정합니다.

[Foundation.Export("setScopeBarButtonBackgroundImage:forState:")]
public virtual void SetScopeBarButtonBackgroundImage (UIKit.UIImage backgroundImage, UIKit.UIControlState state);
abstract member SetScopeBarButtonBackgroundImage : UIKit.UIImage * UIKit.UIControlState -> unit
override this.SetScopeBarButtonBackgroundImage : UIKit.UIImage * UIKit.UIControlState -> unit

매개 변수

backgroundImage
UIImage

추가될 예정입니다.

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

특성

설명

이 멤버는 UIAppearance 스타일 시스템에 참여합니다. Appearance 속성 및 메서드를 AppearanceWhenContainedIn(Type[]) 참조하세요.

적용 대상