Method SetIsShownInSwitchers
| Edit this page View SourceSetIsShownInSwitchers(Window, bool)
Enables or disables showing the window in the task switchers.
Declaration
public static void SetIsShownInSwitchers(this Window window, bool enable)
Parameters
Type | Name | Description |
---|---|---|
Window | window | window |
bool | enable |
|