IconShowOptions Enum

Definition

Defines constants that specify options for showing the window icon in the title bar.

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
Inheritance
IconShowOptions
Attributes

Fields

HideIconAndSystemMenu 1

Hide the icon and system menu.

ShowIconAndSystemMenu 0

Show the icon and the system menu.

Applies to

See also