次の方法で共有


FocusHelper.GetAllowModalMoveFocus(UIElement) Method

Definition

Gets a value indicating whether the specified control wants to skip the modal check during MoveFocusInto calls.

public:
 static bool GetAllowModalMoveFocus(System::Windows::UIElement ^ element);
public static bool GetAllowModalMoveFocus (System.Windows.UIElement element);
static member GetAllowModalMoveFocus : System.Windows.UIElement -> bool
Public Shared Function GetAllowModalMoveFocus (element As UIElement) As Boolean

Parameters

element
UIElement

The control to check.

Returns

True if the control wants to skip the modal check.

Applies to