Bagikan melalui


AppWindow.IsShownInSwitchers Properti

Definisi

Mendapatkan atau menetapkan nilai yang menunjukkan apakah jendela ini akan muncul di berbagai representasi sistem, seperti ALT+TAB dan taskbar.

public:
 property bool IsShownInSwitchers { bool get(); void set(bool value); };
bool IsShownInSwitchers();

void IsShownInSwitchers(bool value);
public bool IsShownInSwitchers { get; set; }
var boolean = appWindow.isShownInSwitchers;
appWindow.isShownInSwitchers = boolean;
Public Property IsShownInSwitchers As Boolean

Nilai Properti

Boolean

bool

true jika jendela ini akan muncul di berbagai representasi sistem, seperti ALT+TAB dan taskbar; jika tidak, false;

Berlaku untuk