Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

[CLSCompliant(false)]
public void ClearAcrylicAccent(
    ISupportDirectComposition control
)

Parameters

Name Type Description
control DevExpress.Utils.DirectXPaint.DirectComposition.ISupportDirectComposition

The target control that supports the Acrylic accent.

Remarks

See the XtraForm.EnableAcrylicAccent topic for more information.

See Also