This documentation is for the old version. Go to the latest Graphics Mill docs

IImageList.SetDefaultImage Method (IntPtr)

Inserts a new default icon into the image list.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Sub SetDefaultImage ( _
	icon As IntPtr _
)
C#
void SetDefaultImage(
	IntPtr icon
)

Parameters

icon

Type: System.IntPtr

Handle to the icon that should be inserted into IImageList and marked as default.

Remarks

This icon will replace a previously added default icon.

See Also

Reference