FocusHelper.GetAllowModalMoveFocus(UIElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.