SetTaskbarGroupIcon
Description
Sets the icon for a custom task bar group.
Syntax
// shellFrame points here into the IShellFrame interface
const result = await shellFrame.Commands.SetTaskbarGroupIcon(
groupId,
iconInformation,
);
Parameters
| Name | Optionality | Type | Description |
|---|---|---|---|
| groupId | Required | number | The task bar group id. |
| iconInformation | Required | IIconInformation | The icon information. |
Return type
| Type | Description |
|---|---|
Promise < void > |