Partager via


IconShowOptions Énumération

Définition

Définit des constantes qui spécifient des options permettant d’afficher l’icône de fenêtre dans la barre de titre.

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
Héritage
IconShowOptions
Attributs

Champs

HideIconAndSystemMenu 1

Masquez l’icône et le menu système.

ShowIconAndSystemMenu 0

Affichez l’icône et le menu système.

S’applique à

Voir aussi