ScreenCaptureJob.CaptureLayeredWindow Property

Gets or sets a value indicating whether layered windows are captured. When Aero is enabled, the value is ignored as layered windows will always be captured.

Namespace: Microsoft.Expression.Encoder.ScreenCapture
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Property CaptureLayeredWindow As Boolean
'Usage
Dim instance As ScreenCaptureJob
Dim value As Boolean

value = instance.CaptureLayeredWindow

instance.CaptureLayeredWindow = value
public bool CaptureLayeredWindow { get; set; }
public:
property bool CaptureLayeredWindow {
    bool get ();
    void set (bool value);
}

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

ScreenCaptureJob Class
ScreenCaptureJob Members
Microsoft.Expression.Encoder.ScreenCapture Namespace