VisualElement.SetCanBecomeFirstResponder Yöntem

Tanım

Aşırı Yüklemeler

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

Parametreler

element
BindableObject
value
Boolean

Şunlara uygulanır

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>

Parametreler

value
Boolean

Döndürülenler

IPlatformElementConfiguration<iOS,VisualElement>

Şunlara uygulanır