Property Boolean pbComboButton
| Read Access: | Get pbComboButton to BooleanVariable |
| Write Access: | Set pbComboButton to BooleanVariable/Value |
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.