ComponentOne List 8.0 for ActiveX
ButtonHeader Property

 

True DBList Reference> TDBList Properties> ButtonHeader Property

ButtonHeader Property

If True, the column header depresses like a standard Windows command button when clicked by the user.

Syntax

column.ButtonHeader= boolean

Remarks

Read/Write at run time and design time.

Property applies to Column object.

If False (the default), the AllowColSelect property determines how the column header responds to mouse input.

Typically, you set the ButtonHeader property to True when you want to perform a column-based action (such as sorting) when the user clicks a column header. Note that the HeadClick event always fires when the user clicks a column header, even if ButtonHeader is False.

Note: If ButtonHeader is True, the user must hold down the Ctrl key in order to select or move columns with the mouse.

See Also

Column Object, Columns Collection

 

 


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

Product Support Forum  |  Documentation Feedback