IconShowOptions Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |