frmMainilIcons Field

Image list containing general control icons.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2715.4228
C#
private ImageList ilIcons

Field Value

ImageList

Remarks

In .NET 8.0 and prior, BinaryFormatter was depreciated by Microsoft and would throw an exception during runtime wherever the use of an ImageList loaded with images was discovered.

This is mitigated temporarily with the use of the PropertyGroup/GenerateResourceWarnOnBinaryFormatterUse = true node in the project file. Note that this project setting should be able to be removed in .NET 9.0, where BinaryFormatter has been upgraded to handle most typical WindowsForms uses.

See Also