Remove a particular element from the collection.

Namespace: TallComponents.Interaction
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1

Syntax

C#
public bool Remove(
	TElement element
)
Visual Basic
Public Function Remove ( _
	element As TElement _
) As Boolean

Parameters

element
Type: TElement
The element that will be removed.

See Also