UISearchBarDelegate.ShouldBeginEditing(UISearchBar) 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.
Whether editing should begin in the specified search bar.
[Foundation.Export("searchBarShouldBeginEditing:")]
public virtual bool ShouldBeginEditing (UIKit.UISearchBar searchBar);
abstract member ShouldBeginEditing : UIKit.UISearchBar -> bool
override this.ShouldBeginEditing : UIKit.UISearchBar -> bool
Parameters
- searchBar
- UISearchBar
Returns
- Attributes