KryptonListBoxGetItemRectangle Method |
Returns the bounding rectangle for an item in the KryptonListBox.
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 Rectangle GetItemRectangle(
int index
)
Parameters
- index
- Type: SystemInt32
The zero-based index of item whose bounding rectangle you want to return.
Return Value
Type:
RectangleA Rectangle that represents the bounding rectangle for the specified item.
See Also