GetTakesFocusFromNativeControl Method
Gets the value of the TakesFocusFromNativeControl attached property on the specified control.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static bool GetTakesFocusFromNativeControl(
Control control
)
Public Shared Function GetTakesFocusFromNativeControl (
control As Control
) As Boolean
static member GetTakesFocusFromNativeControl :
control : Control -> bool
Parameters
- Control
- The control.