Method GetHeight
GetHeight(ComboBox, int, double)
Called by owner drawn ComboBox control in order to get height of the item. Return -1 to use default behavior.
double GetHeight(ComboBox sender, int index, double defaultHeight)
Parameters
sender
ComboBoxComboBox control.
index
intIndex of the item.
defaultHeight
doubleDefault height of the item.