====== DWMANIMATION property (Window) ====== ==== Description ==== If set to TRUE$ then the window uses DWM (Desktop Window Manager) animations when being displayed. ==== Property Value ==== This is a Boolean property. ==== Property Traits ==== ^Development^Runtime^Indexed^Scaled^Synthetic^ |N/A|Get/Set|No|No|No| ==== Remarks ==== 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. ==== Example ==== $Insert Logical // Example –turn off DWM animations for the current window. Call Set_Property_Only( @Window, "DWMANIMATION", FALSE$ ) ==== See Also ==== N/A