Table of Contents

Method SetIsColumnControl

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

SetIsColumnControl(SpeedButton, bool)

Sets a custom attribute on the specified control to indicate whether it is a column control.

protected virtual void SetIsColumnControl(SpeedButton control, bool isColumn)

Parameters

control SpeedButton

The SpeedButton control on which to set the attribute.

isColumn bool

A bool value indicating whether the control is a column control. true if the control is a column; otherwise, false.