MenuPerformFlags Enum

Definition

Defines options for performing menu actions.

This enumeration supports a bitwise combination of its member values.

[System.Flags]
public enum MenuPerformFlags
[<System.Flags>]
type MenuPerformFlags = 
Inheritance
MenuPerformFlags
Attributes

Fields

Name Value Description
None 0

Represents the absence of menu-execution flags.

PerformNoClose 1

Indicates the perform no close menu-execution flag.

AlwaysPerformClose 2

Indicates the always perform close menu-execution flag.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to