XtraForm.ClearAcrylicAccent(ISupportDirectComposition) Method
Clears the Acrylic accent (a semi-partial transparent background) for a control that resides within the current form. The Acrylic accent is only supported for certain controls.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v26.1.dll
Declaration
[Browsable(false)]
[CLSCompliant(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public void ClearAcrylicAccent(
ISupportDirectComposition control
)
Parameters
| Name | Type | Description |
|---|---|---|
| control | DevExpress.Utils.DirectXPaint.DirectComposition.ISupportDirectComposition | The target control that supports the Acrylic accent. |
See Also