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