Table of Contents

Method GetColumnControlAt

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

GetColumnControlAt(int)

Retrieves the SpeedButton control at the specified index within the column controls.

public virtual SpeedButton? GetColumnControlAt(int index)

Parameters

index int

The zero-based index of the column control to retrieve.

Returns

SpeedButton

The SpeedButton at the specified index, or null if the index is out of range.

Remarks

This method uses ColumnControls in order to get the column control.