Gets or sets a value indicating if the Note will show its associated Popup if the Note is clicked.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public bool UsePopup { get; set; }
Visual Basic (Declaration)
Public Property UsePopup As Boolean

Field Value

trueTruetruetrue (True in Visual Basic) if the Popup will be shown'; otherwise, falseFalsefalsefalse (False in Visual Basic). The default is trueTruetruetrue (True in Visual Basic).

Remarks

This property relates to the 'Use Popups' check box in the Note tab of the Ribbon, and can be used to control whether or not Popups will be shown when a user clicks on the Note in the map. For example, some Notes may have no useful information and Popups may clutter the view of the map, and make interacting with other MapItems more difficult for the user.

If falseFalsefalsefalse (False in Visual Basic), the Graphic.HighlightOnMouseOver of the associated Graphic will be automatically set to falseFalsefalsefalse (False in Visual Basic) as well, which will help indicate to the user that no popup will be shown if the item is clicked. (This can be changed after the UsePopup property is set, if required. The Show Popup context menu of the Note will also be disabled if this property is false.

Version Information: This method is supported from version 2.0.0.1500.

See Also