gui.getComboBoxItemIcon

Returns the icon handle to a comboBox item.

Prototype

  1. 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

  1. local hIcon = gui.getComboBoxItemIcon ( gui.getComboBoxSelectedItem ( hComponent ) )

Available since ShiVa 2.0