ShellListViewShowNetHood Property |
If set to 'false', the Network Neighbourhood is not shown in the component,
otherwise it is shown (the default value is true).
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool ShowNetHood { get; set; }Public Property ShowNetHood As Boolean
Get
Set
public:
property bool ShowNetHood {
bool get ();
void set (bool value);
}member ShowNetHood : bool with get, set
Property Value
Boolean
See Also