AppbarMessages Enumeration

Specifies an edge of the screen.

For Edge field.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum AppbarMessages

Remarks

Members

New 0 Registers a new appbar and specifies the message identifier that the system should use to send notification messages to the appbar.
Remove 1 Unregisters an appbar, removing the bar from the system's internal list.
QueryPos 2 Requests a size and screen position for an appbar.
SetPos 3 Sets the size and screen position of an appbar.
GetState 4 Retrieves the autohide and always-on-top states of the Windows taskbar.
GetTaskbarPos 5 Retrieves the bounding rectangle of the Windows taskbar.

Note that this applies only to the system taskbar

Other objects, particularly toolbars supplied with third-party software, also can be present.

As a result, some of the screen area not covered by the Windows taskbar might not be visible to the user.

To retrieve the area of the screen not covered by both the taskbar and other app bars, the working area available to your application, use the GetMonitorInfo function.

Activate 6 Notifies the system to activate or deactivate an appbar. The lParam member of the AppbarData pointed to by pData is set to to activate or to deactivate.
GetAutoHideBar 7 Retrieves the handle to the autohide appbar associated with a particular edge of the screen.
SetAutoHideBar 8 Registers or unregisters an autohide appbar for an edge of the screen.
WindowPosChanged 9 Notifies the system when an appbar's position has changed.
SetState 10 Windows XP and later: Sets the state of the appbar's autohide and always-on-top attributes.

See Also