IconShowOptions Enumeration

Definition

Definiert Konstanten, die Optionen zum Anzeigen des Fenstersymbols in der Titelleiste angeben.

public enum class IconShowOptions
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class IconShowOptions
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum IconShowOptions
var value = Microsoft.UI.Windowing.IconShowOptions.showIconAndSystemMenu
Public Enum IconShowOptions
Vererbung
IconShowOptions
Attribute

Felder

HideIconAndSystemMenu 1

Blenden Sie das Symbol und das Systemmenü aus.

ShowIconAndSystemMenu 0

Zeigen Sie das Symbol und das Systemmenü an.

Gilt für:

Weitere Informationen