Enum AppBarStates
A value that specifies an edge of the screen.
Namespace: Dapplo.Windows.Shell32.Enums
Assembly: Dapplo.Windows.Shell32.dll
Syntax
public enum AppBarStates : int
Fields
Name | Description |
---|---|
AllwaysOnTop | ABS_ALWAYSONTOP - Make sure the AppBar is always on top |
AutoHide | ABS_AUTOHIDE - Autohides the AppBar |
None | ABS_MANUAL - No automatic function |