Skip to main content

LabelControlAppearanceObject.Dispose() Method

Releases all resources used by the current appearance object.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void Dispose()

Remarks

Call the Dispose method when you finish working with a manually created LabelControlAppearanceObject object. This releases all resources allocated by the object and speeds up system performance.

See Also