Click or drag to resize

ShellComboBoxNoFillOnStartup Property

If set to true the ShellCombo will not scan the filesystem and fill on startup, this is useful if the path to show is known only on runtime.

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

Property Value

Type: Boolean
See Also