Set the collection to hold only the given element.

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

Syntax

C#
public void Set(
	TElement element
)
Visual Basic
Public Sub Set ( _
	element As TElement _
)

Parameters

element
Type: TElement

[Missing <param name="element"/> documentation for "M:TallComponents.Interaction.Collection`1.Set(`0)"]

See Also