Returns true if screenshots can be captured.

Namespace:  Gallio.Framework
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public static bool CanCaptureScreenshot()
Visual Basic (Declaration)
Public Shared Function CanCaptureScreenshot As Boolean

Return Value

True if the screen can be captured.

Remarks

This method may return false if the application is running as a service which has not been granted the right to interact with the desktop.

See Also