WindowTabThumbnailRequestedEventArgs.IsCompositedOnWindow 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 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.