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

VirtualListView.HideSelection Property

Gets/sets a value indicating whether a selected item in the control remains highlighted when the control looses focus.

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

Syntax

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

Property Value

true if the selected item does not appear highlighted when the control looses focus; false, otherwise. The default value is false.

See Also

Reference