Share via


WindowTabThumbnailRequestedEventArgs.Tab Property

Definition

Gets the window tab for which the system has requested a thumbnail image.

public:
 property WindowTab ^ Tab { WindowTab ^ get(); };
WindowTab Tab();
public WindowTab Tab { get; }
var windowTab = windowTabThumbnailRequestedEventArgs.tab;
Public ReadOnly Property Tab As WindowTab

Property Value

The window tab for which the system has requested a thumbnail image.

Remarks

Important

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

Applies to

See also