oi10:presentation_server:dwmanimation_property_window

DWMANIMATION property (Window)

If set to TRUE$ then the window uses DWM (Desktop Window Manager) animations when being displayed.

This is a Boolean property.

DevelopmentRuntimeIndexedScaledSynthetic
N/AGet/SetNoNoNo

This property is only effective when Windows is using the DWM for rendering, i.e. on Windows Vista/7 running full Aero, or Windows 8 onwards.

The property implements the DWMWA_TRANSITIONS_FORCEDISABLED attribute of the DwmGetWindowAttribute and DwmSetWindowAttribute Windows API functions.

 
$Insert Logical

   

   // Example –turn off DWM animations for the current window.

   Call Set_Property_Only( @Window, "DWMANIMATION", FALSE$ )
 
 
 

N/A

  • oi10/presentation_server/dwmanimation_property_window.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1