TaskbarManager.IsSupported Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.