Back to Devexpress

WindowsFormsSettings.EnableWindowShadows() Method

windowsforms-devexpress-dot-xtraeditors-dot-windowsformssettings-6c390094.md

latest1.4 KB
Original Source

WindowsFormsSettings.EnableWindowShadows() Method

Re-enables form, message and dialog shadows that have been turned off with the WindowsFormsSettings.DisableWindowShadows() method call. Can also be used to display shadows through remote connections when the WindowsFormsSettings.OptimizeRemoteConnectionPerformance property is enabled.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public static void EnableWindowShadows()
vb
Public Shared Sub EnableWindowShadows

See Also

WindowsFormsSettings Class

WindowsFormsSettings Members

DevExpress.XtraEditors Namespace