UIWindowLevel Class
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.
The layer group to which a UIWindow belongs. Returned by WindowLevel.
public static class UIWindowLevel
type UIWindowLevel = class
- Inheritance
-
UIWindowLevel
Remarks
The z-order of windows is determined first by their window level (Alert and Status Bar windows appear above normal windows) and within the level by their order.
Properties
Alert |
The alert window group. This is the top-most level. |
Normal |
The normal window group (below alert windows). |
StatusBar |
The status bar group. This group displays below other groups. |