Click or drag to resize

SystemListViewHideSelection Property

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

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool HideSelection { get; set; }

Return Value

Type: Boolean
true if the selected item does not appear highlighted when the control loses focus; false if the selected item still appears highlighted when the control loses focus. The default is false for the SystemListView and controls that extend it.
See Also