VisualElement.SetFocusAllowed Method

Definition

Overloads

SetFocusAllowed(BindableObject, Boolean)

Sets the focus participation value for a visual element.

SetFocusAllowed(IPlatformElementConfiguration<Tizen,VisualElement>, Boolean)

Sets the focus participation value for a visual element.

SetFocusAllowed(BindableObject, Boolean)

Sets the focus participation value for a visual element.

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

Parameters

element
BindableObject

The element whose focus participation value to set.

value
System.Boolean

The new focus participation value.

Applies to

SetFocusAllowed(IPlatformElementConfiguration<Tizen,VisualElement>, Boolean)

Sets the focus participation value for a visual element.

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

Parameters

config
IPlatformElementConfiguration<Tizen,VisualElement>

The platform configuration for the element whose focus participation value to set.

value
System.Boolean

The new focus participation value.

Returns

A fluent object on which the developer may make further method calls.

Applies to