MenuPerformFlags 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 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.