Intersoft ClientUI Documentation
GetThumbnail Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXWindow Class : GetThumbnail Method






forceRefresh
Whether the thumbnail is forced to refresh.
Returns an ImageSource that represents the thumbnail of the current window's visual.

Syntax

Visual Basic (Declaration) 
Public Function GetThumbnail( _
   ByVal forceRefresh As Boolean _
) As ImageSource
Visual Basic (Usage)Copy Code
Dim instance As UXWindow
Dim forceRefresh As Boolean
Dim value As ImageSource
 
value = instance.GetThumbnail(forceRefresh)
C# 
public ImageSource GetThumbnail( 
   bool forceRefresh
)
Delphi 
public function GetThumbnail( 
    forceRefresh: Boolean
): ImageSource; 
JScript 
public function GetThumbnail( 
   forceRefresh : boolean
) : ImageSource;
Managed Extensions for C++ 
public: ImageSource* GetThumbnail( 
   bool forceRefresh
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.