ShellBrowser .Net Edition
BackgroundWorker Property
NamespacesJam.ShellCustomFileList<(Of <(LIST_ITEM>)>)BackgroundWorker
Returns the Backgroundworker that is associated with each FileList instance. The BackgroundWorker is the required and preferred way to asynchronously add items to a component from a different thread. See http://msdn2.microsoft.com/en-us/library/ms171728.aspx.
Declaration Syntax
C#Visual BasicVisual C++
protected internal BackgroundWorker BackgroundWorker { get; }
Protected Friend ReadOnly Property BackgroundWorker As BackgroundWorker
protected public:
property BackgroundWorker^ BackgroundWorker {
	BackgroundWorker^ get ();
}

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)