Gets a value indicating if the popup window content and title can be modified.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Field Value

trueTruetruetrue (True in Visual Basic) if this popup window is read only; otherwise, falseFalsefalsefalse (False in Visual Basic).

Remarks

The title and content of the popup cannot be set if the popup window is read-only. Currently this property will only return true for popup windows associated with a KmlNode.

See Also