Method SetIsShownInSwitchers
| Edit this page View SourceSetIsShownInSwitchers(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 |
|