Method GetHeaderButtonAt
GetHeaderButtonAt(int?)
Retrieves the header button associated with the specified tab index.
public SpeedButton? GetHeaderButtonAt(int? index)
Parameters
indexint?The zero-based index of the tab whose header button is to be retrieved.
Returns
- SpeedButton
The SpeedButton associated with the specified tab index, or
nullif no button is found.