ShellAddressBarIsInitialized Property |
Gets a value indicating whether the component is initialized.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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
Property Value
Type:
BooleanImplements
ISupportInitializeNotificationIsInitializedSee Also