WindowManagerTypes 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 types and taken as a parameter of several types.
public enum WindowManagerTypes
type WindowManagerTypes =
- Inheritance
-
WindowManagerTypes
Fields
Name | Value | Description |
---|---|---|
BaseApplication | 1 | |
Application | 2 | Window type: a normal application window. |
ApplicationStarting | 3 | Window type: special application window that is displayed while the application is starting. |
DrawnApplication | 4 | |
ApplicationPanel | 1000 | Window type: a panel on top of an application window. |
ApplicationMedia | 1001 | Window type: window for showing media (such as video). |
ApplicationSubPanel | 1002 | Window type: a sub-panel on top of an application window. |
ApplicationAttachedDialog | 1003 | Window type: like ApplicationPanel, but layout of the window happens as that of a top-level window, notas a child of its container. |
StatusBar | 2000 | Window type: the status bar. |
SearchBar | 2001 | Window type: the search bar. |
Phone | 2002 | Window type: phone. |
SystemAlert | 2003 | Window type: system window, such as low power alert. |
Keyguard | 2004 | Window type: keyguard window. In multiuser systems shows on all users' windows. |
Toast | 2005 | Window type: transient notifications. In multiuser systems shows only on the owning user's window. |
SystemOverlay | 2006 | Window type: system overlay windows, which need to be displayed on top of everything else. |
PriorityPhone | 2007 | Window type: priority phone UI, which needs to be displayed even if the keyguard is active. |
SystemDialog | 2008 | Window type: panel that slides out from the status bar In multiuser systems shows on all users' windows. |
KeyguardDialog | 2009 | Window type: dialogs that the keyguard shows In multiuser systems shows on all users' windows. |
SystemError | 2010 | Window type: internal system error windows, appear on top of everything they can. In multiuser systems shows only on the owning user's window. |
InputMethod | 2011 | Window type: internal input methods windows, which appear above the normal UI. |
InputMethodDialog | 2012 | Window type: internal input methods dialog windows, which appear above the current input method window. In multiuser systems shows only on the owning user's window. |
Wallpaper | 2013 | Window type: wallpaper window, placed behind any window that wants to sit on top of the wallpaper. In multiuser systems shows only on the owning user's window. |
StatusBarPanel | 2014 | Window type: panel that slides out from over the status bar In multiuser systems shows on all users' windows. |
PrivatePresentation | 2030 | |
AccessibilityOverlay | 2032 | |
ApplicationOverlay | 2038 |
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.