Click or drag to resize

KryptonComboBoxGetItemHeight Method

Returns the height of an item in the ComboBox.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public int GetItemHeight(
	int index
)

Parameters

index
Type: SystemInt32
The index of the item to return the height of.

Return Value

Type: Int32
The height, in pixels, of the item at the specified index.
See Also