WindowTabTearOutRequestedEventArgs.Tab 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 the window tab that should be moved to a new window.
public:
property WindowTab ^ Tab { WindowTab ^ get(); };
WindowTab Tab();
public WindowTab Tab { get; }
var windowTab = windowTabTearOutRequestedEventArgs.tab;
Public ReadOnly Property Tab As WindowTab
Property Value
The window tab to move to a new window.
Remarks
Important
This API is for Win32 desktop apps only. UWP and other app types are not supported.