ShellTreeViewNoFillOnStartup Property |
If set to true, the control will not fill automatically after it was created.
The
FullRefresh method must be called explicitly.
Since filling shell control with the appropriate items is a costly operation, this
property can be useful to prevent unnecessary refreshes of the control.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Boolean
Remarks
See Also