Share via


WindowTabManager.SetActiveTab(WindowTab) Method

Definition

Notifies the system to make the specified tab the active tab.

public:
 virtual void SetActiveTab(WindowTab ^ tab) = SetActiveTab;
void SetActiveTab(WindowTab const& tab);
public void SetActiveTab(WindowTab tab);
function setActiveTab(tab)
Public Sub SetActiveTab (tab As WindowTab)

Parameters

tab
WindowTab

The window tab to make active.

Remarks

Important

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

Applies to