ArcGIS Explorer Component Help |
Graphic..::.HighlightOnMouseOver Property |
Graphic Class See Also |
Gets or sets whether the Graphic is highlighted when the user moves the mouse over it in the map.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public bool HighlightOnMouseOver { get; set; } |
Visual Basic (Declaration) |
---|
Public Property HighlightOnMouseOver As Boolean |
Field Value
trueTruetruetrue (True in Visual Basic) if the Graphic highlights when the mouse moves over it; otherwise, falseFalsefalsefalse (False in Visual Basic). The default is trueTruetruetrue (True in Visual Basic).Remarks
A typical use of this property is on graphics which are associated with a Note, and the Note's UsePopup property is set to falseFalsefalsefalse (False in Visual Basic); if the Note will not show a Popup when clicked, it is appropriate to set this property to falseFalsefalsefalse (False in Visual Basic) to help indicate to the user the lack of action if the Note is clicked.