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.
Defines features that a window can request.
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 | Identifies the progress window feature. |
| LeftIcon | 3 | Identifies the left icon window feature. |
| RightIcon | 4 | Identifies the right icon window feature. |
| IndeterminateProgress | 5 | Identifies the indeterminate progress window feature. |
| 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 | Identifies the action bar overlay window feature. |
| 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 | Identifies the swipe to dismiss window feature. |
| ContentTransitions | 12 | Identifies the content transitions window feature. |
| ActivityTransitions | 13 | Identifies the activity transitions window feature. |
| DefaultFeatures | 65 | Identifies the default features window feature. |
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.