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 (in ShellBrowser.dll) Version: 7.1
Syntax public bool HideSelection { get; set; }
Public Property HideSelection As Boolean
Get
Set
public:
property bool HideSelection {
bool get ();
void set (bool value);
}
member HideSelection : bool with get, set
Return Value
Type:
Booleantrue 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