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.
public virtual double GetHeight(ComboBox sender, int index, double defaultHeight)
Parameters
senderComboBoxComboBox control.
indexintIndex of the item.
defaultHeightdoubleDefault height of the item.