Share via


UISearchBarDelegate_Extensions.ShouldBeginEditing Method

Definition

Whether editing of the search text should be allowed.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool ShouldBeginEditing(this UIKit.IUISearchBarDelegate This, UIKit.UISearchBar searchBar);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ShouldBeginEditing : UIKit.IUISearchBarDelegate * UIKit.UISearchBar -> bool

Parameters

searchBar
UISearchBar

Returns

Attributes

Applies to