Skip to main content

SetTaskbarGroupIcon

Description

Sets the icon for a custom task bar group.

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
const result = await shellFrame.Commands.SetTaskbarGroupIcon(
groupId,
iconInformation,
);

Parameters

NameOptionalityTypeDescription
groupIdRequirednumberThe task bar group id.
iconInformationRequiredIIconInformationThe icon information.

Return type

TypeDescription
Promise < void >