Share via


WindowTabThumbnailRequestedEventArgs.IsCompositedOnWindow Property

Definition

Gets a value that indicates whether the thumbnail is composited on the window.

public:
 property bool IsCompositedOnWindow { bool get(); };
bool IsCompositedOnWindow();
public bool IsCompositedOnWindow { get; }
var boolean = windowTabThumbnailRequestedEventArgs.isCompositedOnWindow;
Public ReadOnly Property IsCompositedOnWindow As Boolean

Property Value

Boolean

bool

true if the thumbnail is composited on the window; otherwise, false.

Remarks

Important

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

Applies to

See also