Table of Contents

Property this

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

this[int]

Gets or sets the element at the specified index.

public Control this[int index] { get; }

Parameters

index int

The zero-based index of the element to get or set.

Property Value

Control

The element at the specified index.