Share via


WindowTab.Group Property

Definition

Gets or sets the group of tabs that this tab is associated with, if any.

public:
 property WindowTabGroup ^ Group { WindowTabGroup ^ get(); void set(WindowTabGroup ^ value); };
WindowTabGroup Group();

void Group(WindowTabGroup value);
public WindowTabGroup Group { get; set; }
var windowTabGroup = windowTab.group;
windowTab.group = windowTabGroup;
Public Property Group As WindowTabGroup

Property Value

The group of tabs that this tab is associated with, if any.

Remarks

Important

This API is for Win32 desktop apps only. UWP and other app types are not supported.

Applies to