VisualElement.IsFocusAllowed Method

Definition

Overloads

IsFocusAllowed(BindableObject)

Returns true if the element may be focused. Otherwise, returns false.

IsFocusAllowed(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns true if the element may be focused. Otherwise, returns false.

IsFocusAllowed(BindableObject)

Returns true if the element may be focused. Otherwise, returns false.

public static bool? IsFocusAllowed (Xamarin.Forms.BindableObject element);
static member IsFocusAllowed : Xamarin.Forms.BindableObject -> Nullable<bool>

Parameters

element
BindableObject

The visual element whose focusability to check.

Returns

System.Nullable<System.Boolean>

true if the element may be focused. Otherwise, false.

Applies to

IsFocusAllowed(IPlatformElementConfiguration<Tizen,VisualElement>)

Returns true if the element may be focused. Otherwise, returns false.

public static bool? IsFocusAllowed (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.VisualElement> config);
static member IsFocusAllowed : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.VisualElement> -> Nullable<bool>

Parameters

config
IPlatformElementConfiguration<Tizen,VisualElement>

The platform configuration for the visual element whose focusability to check.

Returns

System.Nullable<System.Boolean>

true if the element may be focused. Otherwise, false.

Applies to