VisualElement.SetCanBecomeFirstResponder Метод

Определение

Перегрузки

SetCanBecomeFirstResponder(BindableObject, Boolean)
SetCanBecomeFirstResponder(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)

SetCanBecomeFirstResponder(BindableObject, Boolean)

public static void SetCanBecomeFirstResponder (Xamarin.Forms.BindableObject element, bool value);
static member SetCanBecomeFirstResponder : Xamarin.Forms.BindableObject * bool -> unit

Параметры

element
BindableObject
value
System.Boolean

Применяется к

SetCanBecomeFirstResponder(IPlatformElementConfiguration<iOS,VisualElement>, Boolean)

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.VisualElement> SetCanBecomeFirstResponder (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.VisualElement> config, bool value);
static member SetCanBecomeFirstResponder : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.VisualElement> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.VisualElement>

Параметры

value
System.Boolean

Возвращаемое значение

Применяется к