UISearchBar.SetScopeBarButtonTitle(UITextAttributes, UIControlState) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The title and attributes of the scope bar button for the specified UIControlState.
public void SetScopeBarButtonTitle (UIKit.UITextAttributes attributes, UIKit.UIControlState state);
member this.SetScopeBarButtonTitle : UIKit.UITextAttributes * UIKit.UIControlState -> unit
Parameters
- attributes
- UITextAttributes
- state
- UIControlState
Remarks
This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.