An ordered collection of Interactors. The Interactor that is at the end of the collection
will be drawn last, and thus, be on top.
Namespace:
TallComponents.InteractionAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.20.0
Syntax
| C# |
|---|
public class InteractorCollection : Collection<Interactor> |
| Visual Basic (Declaration) |
|---|
Public Class InteractorCollection _ Inherits Collection(Of Interactor) |
Remarks
Duplicate interactors are avoided. If an interactor is added
that already exists, it will be moved to the new position.
Inheritance Hierarchy
System..::.Object
TallComponents.Interaction..::.Collection<(Of <(<'Interactor>)>)>
TallComponents.Interaction..::.InteractorCollection
TallComponents.Interaction.WinForms..::.Selection
TallComponents.Interaction..::.Collection<(Of <(<'Interactor>)>)>
TallComponents.Interaction..::.InteractorCollection
TallComponents.Interaction.WinForms..::.Selection