Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code> $Insert Logical // Example –turn off DWM animations for the current window. Call Set_Property_Only( @Window, "DWMANIMATION", FALSE$ ) </code> ==== See Also ==== N/A guides/oi10/presentation_server/dwmanimation_property_window.txt Last modified: 2023/10/25 10:49by 127.0.0.1