Method GetHeaderButtonAt
GetHeaderButtonAt(int?)
Retrieves the header button associated with the specified tab index.
public SpeedButton? GetHeaderButtonAt(int? index)
Parameters
index
int?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
null
if no button is found.