WindowTabManager.IsSupported 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.
Gets a value that indicates whether tab management is supported by the current system shell.
public:
static bool IsSupported();
static bool IsSupported();
public static bool IsSupported();
function isSupported()
Public Shared Function IsSupported () As Boolean
Returns
bool
true
if tab management is supported by the current system shell; otherwise, false
.
Remarks
Important
This API is for Win32 desktop apps only. UWP and other app types are not supported.
Call IsSupported
to ensure that tab management is supported by the current system shell before you call GetForWindow to request an instance of WindowTabManager
.