Click or drag to resize

PropertyID.TaskBarHotseatHidden Field

Administrative Settings: For devices managed by an organization, administrative policies might require to show or hide the hotseat in the external dual screen.

Namespace: Com.Datalogic.Device.Configuration
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 TaskBarHotseatHidden = "value"

Field Value

Type: Int32
Remarks
Administrative Settings: For devices managed by an organization, administrative policies might require to show or hide the hotseat in the external dual screen.

This parameter controls the visibility of the hotseat in the taskbar displayed by an external display, when desktop mode (see DESKTOP_MODE_POLICY) is set to DesktopModePolicy.EXTERNAL_SCREEN.

The hotseat is the area on the taskbar that provides quick access to frequently used applications. When the hotseat is hidden, users cannot access the quick launch area for applications, which may limit their ability to quickly switch between apps or access frequently used tools. When the hotseat is visible, users can easily access and launch applications from the taskbar, which enhances productivity and convenience. This parameter is effective only if the taskbar is enabled using TASK_BAR_HIDDEN, otherwise the taskbar is not displayed at all and the hotseat is hidden in any case. displayed.

The class of the property is BooleanProperty.

[Android Documentation]

See Also