Share via


FlyoutBehavior Enum

Definition

Enumeration of modes for the root menu of a Shell application.

public enum class FlyoutBehavior
public enum FlyoutBehavior
type FlyoutBehavior = 
Public Enum FlyoutBehavior
Inheritance
FlyoutBehavior

Fields

Name Value Description
Disabled 0

The flyout menu is disabled.

Flyout 1

The flyout menu can be opened or closed by the user.

Locked 2

The flyout menu is locked open and cannot be closed by the user.

Applies to