Combo Box - Cell Property

Reference to a specific cell in the list

Member of Combo Box (PRIM_CMBX)

Data Type - PRIM_CBCE - Represents the a cell within a combo box drop down

Parameters

Name

Type

Data Type

Description

Row

*Input

Integer

Cell Row identifies the row of the cell

Column

*Input

Integer

Cell Column identifies the column of the cell

Details

The Cell property provides accessto a specific cell in the drop down list portion of the combo.

Example

Setting the icon of a combo box cell in row 5, column 1.

     #ComboBo.Cell(5 1).Icon <= #MyIcon


See also

All Component Classes

Technical Reference

  • No labels