This documentation is for the old version. Go to the latest Graphics Mill docs

VirtualListView.HoverSelection Property

Gets/sets a value indicating whether an item is automatically selected when the mouse pointer remains over the item for a few seconds.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Public Property HoverSelection As Boolean
C#
public bool HoverSelection { get; set; }

Property Value

true if item is automatically selected when the mouse pointer hovers over it; otherwise, false. Default is false.

See Also

Reference