BBjGrid::setColumnHeaderCellIcon
Description
Sets the icon in a column header cell in the BBjGrid.
Syntax
Return Value |
Method |
---|---|
void |
setColumnHeaderCellIcon(int imageListID, int index, int column) |
Parameters
Variable |
Description |
imageListID |
Specifies the imagelist ID. |
index |
Specifies the 0-based index at the icon in the image list. |
column |
Specifies the 0-based column. |
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.