Method HideOtherPopups
HideOtherPopups()
Hides all other visible pop-up toolbars except the current one.
protected virtual void HideOtherPopups()
Remarks
This method iterates through all visible windows in the application and hides any window that is a PopupToolBar instance, excluding the current window. The pop-ups are hidden with a modal result of Canceled.