ShellTreeViewHideSelection Property |
Gets or sets a value indicating whether the selected tree node remains highlighted
even when the tree view has lost the focus.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Property Value
Boolean
See Also