PopupSetTakesFocusFromNativeControl Method

Sets the value of the TakesFocusFromNativeControl attached property on the specified control.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetTakesFocusFromNativeControl(
	Control control,
	bool value
)

Parameters

control  Control
The control.
value  Boolean
The value of the TakesFocusFromNativeControl property.

See Also