WindowTabManager.SetActiveTab(WindowTab) Method
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.
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.