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
Name | Value | Description |
---|---|---|
0 | Indicates that the default behavior on the system should be used. |
|
1 | Indicates that the status bar should be hidden. |
|
2 | Indicates that the status bar should not be hidden. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.