Table of Contents

Method GetHeight

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 ComboBox

ComboBox control.

index int

Index of the item.

defaultHeight double

Default height of the item.

Returns

double