WindowTab.Group Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.