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 of the search text should be allowed.
[Foundation.Export("searchBarShouldBeginEditing:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldBeginEditing(UIKit.UISearchBar searchBar);
[<Foundation.Export("searchBarShouldBeginEditing:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldBeginEditing : UIKit.UISearchBar -> bool
override this.ShouldBeginEditing : UIKit.UISearchBar -> bool
Parameters
- searchBar
- UISearchBar
Returns
Implements
- Attributes