Click or drag to resize

KryptonCheckedListBoxGetItemRectangle Method

Returns the bounding rectangle for 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
C#
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: Rectangle
A Rectangle that represents the bounding rectangle for the specified item.
See Also