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.1
Syntax public bool NoFillOnStartup { get; set; }
Public Property NoFillOnStartup As Boolean
Get
Set
public:
property bool NoFillOnStartup {
bool get ();
void set (bool value);
}
member NoFillOnStartup : bool with get, set
Property Value
Type:
BooleanSee Also