Table of Contents

Method ResetCachedImages

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ResetCachedImages()

Clears all cached images associated with the current instance. Normally, this method is called automatically when the control's DPI settings change or system colors change.

public override void ResetCachedImages()

Remarks

This method resets the cached images by invoking the appropriate internal logic. Use this method to ensure that any outdated or unnecessary image data is removed and the cache is refreshed.