KryptonCheckedListBoxGetItemHeight Method |
Returns the height of an item in the KryptonCheckedListBox.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public int GetItemHeight(
int index
)
Parameters
- index
- Type: SystemInt32
The index of the item to return the height of.
Return Value
Type:
Int32The height, in pixels, of the item at the specified index.
See Also