FocusHelper.EnableActivationSynchronizationProperty Field

Definition

A dependency property that allows you to get or set a value indicating whether the specified control wants to participate in focus restoration during window activation.

public: static initonly System::Windows::DependencyProperty ^ EnableActivationSynchronizationProperty;
public static readonly System.Windows.DependencyProperty EnableActivationSynchronizationProperty;
 staticval mutable EnableActivationSynchronizationProperty : System.Windows.DependencyProperty
Public Shared ReadOnly EnableActivationSynchronizationProperty As DependencyProperty 

Field Value

Remarks

This property was introduced for controls like the Global Search, which experience 'focus rejection', or undesired focus restoration, leading to the popup appearing, when a top level window is activated.

Applies to