Skip to content

pbComboButton - cCJGridColumn

Specifies whether the cells in the column display a combo button when selected

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbComboButton
Access Type Syntax
Read Access: Get pbComboButton to BooleanVariable
Write Access: Set pbComboButton to BooleanVariable/Value

Description

When set to True, this adds a drop-down combo button to each cell in the column. When the button is pressed, it will display all of the data items that were added to the column's combo list (see ComboAddItem).

You can control whether combo buttons are always shown or only painted in a cell when it is edited by setting the grid's pbShowNonActiveInPlaceButton property.

For data-aware combo columns using the CodeMast/CodeType tables, see Code_Display_Mode.