gui.getComboBoxItemIcon
Returns the icon handle to a comboBox item.
Prototype
hIcon = gui.getComboBoxItemIcon ( hComboBoxItem )
Description
Returns the icon handle to a comboBox item.
Parameters
hComboBoxItem - valid comboBox item handle
Return values
hIcon - icon handle or nil
Sample
local hIcon = gui.getComboBoxItemIcon ( gui.getComboBoxSelectedItem ( hComponent ) )
Available since ShiVa 2.0