JamBaseShellListViewIsInitializing Property |
The value this property is true between the calls BeginInit() and EndInit()
of the
ISupportInitialize interface.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool IsInitializing { get; }Public ReadOnly Property IsInitializing As Boolean
Get
public:
property bool IsInitializing {
bool get ();
}member IsInitializing : bool with get
Property Value
Boolean
See Also