KryptonComboBoxGetItemHeight Method |
Returns the height of an item in the ComboBox.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic int GetItemHeight(
int index
)
Parameters
- index Int32
- The index of the item to return the height of.
Return Value
Int32The height, in pixels, of the item at the specified index.
See Also