FocusHelper.EnableActivationSynchronizationProperty Field
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.
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.