SkinManager.AllowWindowGhosting Property
Gets or sets whether the window ghosting feature is enabled for skinned XtraForm objects.
Namespace: DevExpress.Skins
Assembly: DevExpress.Utils.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | A Boolean value that specifies whether the window ghosting feature is enabled. The default value is false. |
Remarks
For information on window ghosting, see the following links:
- Preventing Hangs in Windows Applications
- De-ghosting your Windows
- DisableProcessWindowsGhosting Function
When window ghosting is enabled and a skinned XtraForm hangs, the standard window caption and buttons might be momentarily displayed in the form’s title bar, overriding the skinned painting. To control this behavior, the AllowWindowGhosting property has been introduced. It’s set to false by default, disabling the window ghosting feature. A drawback of disabling this feature is that the hung application can be closed only via Task Manager.