Table of Contents

Method IsColumnControl

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

IsColumnControl(AbstractControl?)

Determines whether the specified control is a column control.

protected virtual bool IsColumnControl(AbstractControl? control)

Parameters

control AbstractControl

The control to evaluate. Can be null.

Returns

bool

true if the control is a SpeedButton and has the "IsColumn" attribute set to true; otherwise, false.