TaskbarManager.IsSupported Property

Definition

Gets whether the taskbar is present on the current device.

public:
 property bool IsSupported { bool get(); };
bool IsSupported();
public bool IsSupported { get; }
var boolean = taskbarManager.isSupported;
Public ReadOnly Property IsSupported As Boolean

Property Value

Boolean

bool

A boolean indicating if the taskbar is present. This will return false on devices where no taskbar is present.

Remarks

Currently, the taskbar is only present on the Desktop device family.

Applies to