ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapMember Class / SetShowPopups Method

In This Topic
    SetShowPopups Method
    In This Topic
    Toggles enabling pop-ups for the layer. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public void SetShowPopups( 
       bool showPopups
    )
    Public Sub SetShowPopups( _
       ByVal showPopups As Boolean _
    ) 

    Parameters

    showPopups
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    -true- to show pop-ups when a feature is clicked on the map.
    -false- not to show pop-ups when a feature is clicked on the map.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also