ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TrayButton Class / OnHidePopup Method

In This Topic
    OnHidePopup Method
    In This Topic
    Occurs when the popup is closed (but not disposed).
    Syntax
    Protected Overridable Sub OnHidePopup() 
    protected virtual void OnHidePopup()
    Remarks

    Only available if ButtonType is TrayButtonType.PopupToggleButton

    This could be useful to perform anything necessary once the popup is hidden.

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also