Skip to main content

RemoveTaskbarGroup

Description

Removes custom task bar group from the task bar.

NOTE: Stability is experimental. Non-backward compatible changes or removal may occur in any future release. Use of this feature is not recommended for production environments.

Syntax

// shellFrame points here into the IShellFrame interface
await shellFrame.Commands.RemoveTaskbarGroup(groupId);

Parameters

NameOptionalityTypeDescription
groupIdRequirednumberThe task bar location id to remove.

Return type

TypeDescription
Promise < void >Method does not return a value