Return the i-th element in the collection.
Namespace: TallComponents.InteractionAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1
Syntax
| C# |
|---|
public virtual TElement this[ int index ] { get; set; } |
| Visual Basic |
|---|
Public Overridable Default Property Item ( _ index As Integer _ ) As TElement Get Set |
Parameters
- index
- Type: System..::..Int32
The requested index.