ComponentOne List 8.0 for ActiveX
AllowColSelect Property

 

True DBList Reference> TDBList Properties> AllowColSelect Property

AllowColSelect Property

Use the AllowColSelect property to control whether the user can select columns by clicking or dragging within the column header area.

Syntax

object.AllowColSelect= boolean

Remarks

Read/Write at run time and design time.

Property applies to TDBList and TDBCombo controls, Split object.

If True (the default), the user can select columns.

If False, the user cannot select columns.

Setting this property to False suppresses highlighting when the user clicks a column header, which is useful for applications that respond to the HeadClick event.

Note: Both the AllowColSelect and AllowColMove properties must be True in order for the user to move selected columns.

See Also

TDBList and TDBCombo Controls

Split Object, Splits Collection

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback