Show / Hide Table of Contents

Method SetIsShownInSwitchers

| Edit this page View Source

SetIsShownInSwitchers(Window, bool)

Enables or disables showing the window in the task switchers.

Declaration
[Obsolete("Use AppWindow.IsShownInSwitchers")]
public static void SetIsShownInSwitchers(this Window window, bool enable)
Parameters
Type Name Description
Window window

window

bool enable

true if this window should be shown in the task switchers, otherwise false.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX