CommandBarDynamicOverflowAction Enum

Definition

Defines constants that specify whether items were added to or removed from the CommandBar overflow menu.

public enum class CommandBarDynamicOverflowAction
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class CommandBarDynamicOverflowAction
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum CommandBarDynamicOverflowAction
Public Enum CommandBarDynamicOverflowAction
Inheritance
CommandBarDynamicOverflowAction
Attributes

Fields

AddingToOverflow 0

Items are added to the overflow menu.

RemovingFromOverflow 1

Items are removed from the overflow menu.

Applies to