Table of Contents

Method GetHeight

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

GetHeight(ComboBox, int, float)

Called by owner drawn ComboBox control in order to get height of the item. Return -1 to use default behavior.

public virtual float GetHeight(ComboBox sender, int index, float defaultHeight)

Parameters

sender ComboBox

ComboBox control.

index int

Index of the item.

defaultHeight float

Default height of the item.

Returns

float