Click or drag to resize

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: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Rectangle GetItemRectangle(
	int index
)

Parameters

index  Int32
The zero-based index of item whose bounding rectangle you want to return.

Return Value

Rectangle
A Rectangle that represents the bounding rectangle for the specified item.
See Also