ShellSystemListIsInitialized Property |
Returns true if the ShellSystemList is property initialization has
been performed (after
EndInit was called by the Designer generated code)
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool IsInitialized { get; }Public ReadOnly Property IsInitialized As Boolean
Get
public:
virtual property bool IsInitialized {
bool get () sealed;
}abstract IsInitialized : bool with get
override IsInitialized : bool with get
Property Value
BooleanImplements
ISupportInitializeNotificationIsInitialized
See Also