WindowFeatures 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.
Enumerates values returned by several methods of WindowFeatures and taken as a parameter of several types.
public enum WindowFeatures
type WindowFeatures =
- Inheritance
-
WindowFeatures
Fields
Name | Value | Description |
---|---|---|
OptionsPanel | 0 | Flag for the "options panel" feature. |
NoTitle | 1 | Flag for the "no title" feature, turning off the title at the top of the screen. |
Progress | 2 | |
LeftIcon | 3 | |
RightIcon | 4 | |
IndeterminateProgress | 5 | |
ContextMenu | 6 | Flag for the context menu. |
CustomTitle | 7 | Flag for custom title. |
ActionBar | 8 | Flag for enabling the Action Bar. This is enabled by default for some devices. |
ActionBarOverlay | 9 | |
ActionModeOverlay | 10 | Flag for specifying the behavior of action modes when an Action Bar is not present. If overlay is enabled, the action mode UI will be allowed to cover existing window content. |
SwipeToDismiss | 11 | |
ContentTransitions | 12 | |
ActivityTransitions | 13 | |
DefaultFeatures | 65 |
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.