Removes the interactor at the given index.

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

Syntax

C#
public void RemoveAt(
	int index
)
Visual Basic (Declaration)
Public Sub RemoveAt ( _
	index As Integer _
)

Parameters

index
Type: System..::.Int32

[Missing <param name="index"/> documentation for "M:TallComponents.Interaction.Collection`1.RemoveAt(System.Int32)"]

Implements

IList<(Of <(T>)>)..::.RemoveAt(Int32)

See Also