ConsoleRenderer.CompositionEnabled Property
Gets a value that indicates whether the desktop window manager (DWM) composition is enabled.
Namespace: Microsoft.WindowsServerSolutions.Console.Shared
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public bool CompositionEnabled { get; }
public:
property bool CompositionEnabled {
bool get();
}
Public ReadOnly Property CompositionEnabled As Boolean
Property Value
Type: System.Boolean
A System.Boolean: true if the DWM composition is enabled; otherwise, false.
Remarks
This property is used to determine whether "Aero" is turned on or off.
See Also
ConsoleRenderer Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top