Share via


WindowTabGroup Class

Definition

Represents a group that a WindowTab can be associated with.

public ref class WindowTabGroup sealed
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.UI.Shell.WindowTabManagerContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.Shell.WindowTabManagerContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class WindowTabGroup final
[Windows.Foundation.Metadata.Activatable(65536, "Windows.UI.Shell.WindowTabManagerContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.Shell.WindowTabManagerContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class WindowTabGroup
function WindowTabGroup()
Public NotInheritable Class WindowTabGroup
Inheritance
Object Platform::Object IInspectable WindowTabGroup
Attributes

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.23504.0)
API contract
Windows.UI.Shell.WindowTabManagerContract (introduced in v1.0)

Remarks

Important

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

Constructors

WindowTabGroup()

Initializes a new instance of the WindowTabGroup class.

Properties

Icon

Gets or sets the icon that the system displays for a group of tabs.

Title

Gets or sets the text that the system displays as the title for a group of tabs.

Applies to