ShellBrowser .Net Edition
HideSelection Property
NamespacesJam.ShellSystemListViewHideSelection
Gets or sets a value indicating whether the selected item in the control remains highlighted when the control loses focus.
Declaration Syntax
C#Visual BasicVisual C++
public bool HideSelection { get; set; }
Public Property HideSelection As Boolean
public:
property bool HideSelection {
	bool get ();
	void set (bool value);
}
Return Value
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.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)