IconShowOptions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
ShowIconAndSystemMenu | 0 | Show the icon and the system menu. |
HideIconAndSystemMenu | 1 | Hide the icon and system menu. |