WebUICommandBarClosedDisplayMode Enum

Definition

Deprecated. Represents the display mode of a closed command bar.

public enum class WebUICommandBarClosedDisplayMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.WebUI.Core.WebUICommandBarContract, 65536)]
enum class WebUICommandBarClosedDisplayMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.WebUI.Core.WebUICommandBarContract), 65536)]
public enum WebUICommandBarClosedDisplayMode
var value = Windows.UI.WebUI.Core.WebUICommandBarClosedDisplayMode.default
Public Enum WebUICommandBarClosedDisplayMode
Inheritance
WebUICommandBarClosedDisplayMode
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.UI.WebUI.Core.WebUICommandBarContract (introduced in v1.0)

Fields

Compact 2

Compact display mode.

Default 0

Default display mode.

Minimal 1

Minimal display mode.

Remarks

Use of the Command Bar (also known as "App Bar") UX element is deprecated for UWP apps using JavaScript and no longer supported. If your app still requires it, this functionality is available from the WinJS 4 library.

Applies to