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

ListItemCollection.Remove Method (IListItem)

Removes specified item from the collection.

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

Syntax

Visual Basic
Public Sub Remove ( _
	value As IListItem _
)
C#
public void Remove(
	IListItem value
)

Parameters

value

Type: Aurigma.GraphicsMill.WinControls.IListItem

The list item object to remove.

See Also

Reference