Click or drag to resize

StockIconAddToStockImages Method

Adds a list to the stock images.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static void AddToStockImages(
	ImageList images
)

Parameters

images
Type: System.Windows.FormsImageList
The images.
Exceptions
ExceptionCondition
ArgumentNullExceptionimages is null.
See Also