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
| Name | Optionality | Type | Description |
|---|---|---|---|
| groupId | Required | number | The task bar location id to remove. |
Return type
| Type | Description |
|---|---|
| Promise < void > | Method does not return a value |