Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Last active February 18, 2020 15:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MartinZikmund/facb79fb15e5fc009808015913673606 to your computer and use it in GitHub Desktop.
Save MartinZikmund/facb79fb15e5fc009808015913673606 to your computer and use it in GitHub Desktop.
Check if TaskbarManager is available
if (ApiInformation.IsTypePresent("Windows.UI.Shell.TaskbarManager"))
{
// TaskbarManager is available
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment