Method GetHeaderButton
GetHeaderButton(AbstractControl?)
Retrieves the header button associated with the specified tab page.
public virtual SpeedButton? GetHeaderButton(AbstractControl? control)
Parameters
control
AbstractControlThe control for which to retrieve the header button.
Returns
- SpeedButton
The SpeedButton associated with the specified control, or
null
if no button is found.