ShellSearchEditIsInitialized Property |
Gets a value indicating whether the component is initialized.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
Return Value
Type:
Booleantrue to indicate the component has completed initialization; otherwise, false.
Implements
ISupportInitializeNotificationIsInitializedSee Also