Table of Contents

Method GetHeaderButton

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

GetHeaderButton(AbstractControl?)

Retrieves the header button associated with the specified tab page.

public virtual SpeedButton? GetHeaderButton(AbstractControl? control)

Parameters

control AbstractControl

The control for which to retrieve the header button.

Returns

SpeedButton

The SpeedButton associated with the specified control, or null if no button is found.