ExplorerBrowserIsAvailable Property |
Gets a value indicating whether this instance is loaded and available.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public bool IsAvailable { get; }
Public ReadOnly Property IsAvailable As Boolean
Get
public:
property bool IsAvailable {
bool get ();
}
member IsAvailable : bool with get
Property Value
Type:
BooleanTrue if this instance is available, false if not.
See Also