Inserts a new default icon into the image list.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Sub SetDefaultImage ( _
icon As Icon _
)
void SetDefaultImage(
Icon icon
)
Type: System.Drawing.Icon
The Icon class instance representing the icon that should be inserted into IImageList and marked as default.This icon will replace a previously added default icon.