UtilTaskBarIsVisible Property
Gets a value that determines whether the TaskBar window is visible or not.
Namespace: DevCase.Core.Windows.DesktopAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static bool IsVisible { get; }
Public Shared ReadOnly Property IsVisible As Boolean
Get
Dim value As Boolean
value = UtilTaskBar.IsVisible
public:
static property bool IsVisible {
bool get ();
}
static member IsVisible : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if the TaskBar window is visible,
if it is hidden.