ArcGIS Pro 2.6 API Reference Guide
SetShowPopups Method

ArcGIS.Desktop.Mapping Namespace > MapMember Class : SetShowPopups Method
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 10, Windows 8.1, Windows 7

See Also

Reference

MapMember Class
MapMember Members