StatusBarHiddenMode 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 status bar hiding behavior preferences.
public enum class StatusBarHiddenMode
public enum StatusBarHiddenMode
type StatusBarHiddenMode =
Public Enum StatusBarHiddenMode
- Inheritance
-
StatusBarHiddenMode
Fields
0 | Indicates that the default behavior on the system should be used. |
2 | Indicates that the status bar should not be hidden. |
1 | Indicates that the status bar should be hidden. |