Method SuppressHideOnDeactivate
SuppressHideOnDeactivate()
Prevents the application from hiding PopupToolBar when it is deactivated.
public static void SuppressHideOnDeactivate()
Remarks
This method increments an internal counter to suppress the default behavior of hiding the PopupToolBar window when the application or window loses focus. Call this method to ensure the window remains visible during deactivation. To restore the default behavior, a corresponding decrement method must be called.