Share via


UISearchBar.GetScopeBarButtonBackgroundImage(UIControlState) Method

Definition

The background image for the scope bar button for the specified state.

[Foundation.Export("scopeBarButtonBackgroundImageForState:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIImage GetScopeBarButtonBackgroundImage(UIKit.UIControlState state);
[<Foundation.Export("scopeBarButtonBackgroundImageForState:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetScopeBarButtonBackgroundImage : UIKit.UIControlState -> UIKit.UIImage
override this.GetScopeBarButtonBackgroundImage : UIKit.UIControlState -> UIKit.UIImage

Parameters

Returns

Attributes

Applies to