Share via


WindowTabManager.IsSupported Method

Definition

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

Boolean

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.

Applies to