Table of Contents

Method GetControl

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

GetControl(int)

Gets child control at the specified index in the collection of child controls.

public IControl GetControl(int index)

Parameters

index int

Index of the child control.

Returns

IControl