Version

SaveScreenShot(String) Method

Save a screenshot for the entire control. The saved image will be created using a screen shot
Syntax
'Declaration
 
Public Overloads Overridable Function SaveScreenShot( _
   ByVal fileName As String _
) As Boolean
public virtual bool SaveScreenShot( 
   string fileName
)

Parameters

fileName
screenshot file full name

Return Value

true if screenshot saved successfully
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