BBjStandardGrid::setRowHeaderCellIcon
Description
Sets the icon in a row header cell in the BBjStandardGrid.
Syntax
Return Value |
Method |
void |
setRowHeaderCellIcon(int imageListID, int index, int row) |
Parameters
Variable |
Description |
imageListID |
Specifies the imagelist ID. |
index |
Specifies the 0-based index of the item in the image list. |
row |
Specifies the 0-based row. |
Return Value
None.
Remarks
Developers can use icons from a valid image list to set icons in a grid cell. The image list is usable if developers know the control ID and if creation of the image list resulted from using ResBuilder or mnemonics. Specifying an image index of -1 removes the icon.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.