StatusBarHiddenMode Enum

Definition

Enumerates status bar hiding behavior preferences.

public enum StatusBarHiddenMode
type StatusBarHiddenMode = 
Inheritance
StatusBarHiddenMode

Fields

Default 0

Indicates that the default behavior on the system should be used.

False 2

Indicates that the status bar should not be hidden.

True 1

Indicates that the status bar should be hidden.

Applies to