IVZColorLegendBase.HoverMode

Syntax

HoverMode: VisualizatorHoverMode;

Description

The HoverMode property determines, on which action the legend element state is controlled.

Comments

By default the mode of event handling when the mouse cursor hovers over the visualizer element area is used.

To enable or disable legend element highlighting, use the IVZColorLegendBase.DoHighlight property.

To determine highlighting color for legend elements, use the IVZColorLegendBase.HighlightBrush property.

Example

The example of use is given in the example for the IVZColorLegendBase.DoHighlight property.

See also:

IVZColorLegendBase