Table of Contents

Method RestoreHideOnDeactivate

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RestoreHideOnDeactivate()

Restores the default behavior of hiding PopupToolBar window on deactivation by decrementing the suppression. counter.

public static void RestoreHideOnDeactivate()

Remarks

This method reduces the internal suppression counter by one. If the counter reaches zero, the application will resume its default behavior of hiding on deactivation. Ensure that calls to this method are balanced with calls that suppress the hide-on-deactivate behavior.