Method GetColumnControlAt
GetColumnControlAt(int)
Retrieves the SpeedButton control at the specified index within the column controls.
public virtual SpeedButton? GetColumnControlAt(int index)
Parameters
indexintThe 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.