Intersoft ClientUI Documentation
GetThumbnail Method



Whether the thumbnail is forced to refresh.
Returns an ImageSource that represents the thumbnail of the current window's visual.
Syntax
Public Function GetThumbnail( _
   ByVal forceRefresh As Boolean _
) As ImageSource
Dim instance As UXWindow
Dim forceRefresh As Boolean
Dim value As ImageSource
 
value = instance.GetThumbnail(forceRefresh)
public ImageSource GetThumbnail( 
   bool forceRefresh
)
public:
ImageSource^ GetThumbnail( 
   bool forceRefresh
) 

Parameters

forceRefresh
Whether the thumbnail is forced to refresh.

Return Value

The ImageSource of the thumbnail representing the current window's visual.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXWindow Class
UXWindow Members

Send Feedback