Method IsColumnControl
IsColumnControl(AbstractControl?)
Determines whether the specified control is a column control.
protected virtual bool IsColumnControl(AbstractControl? control)
Parameters
controlAbstractControlThe 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.