Click or drag to resize

KryptonCheckedListBoxIndexFromPoint Method (Point)

Returns the zero-based index of the item at the specified coordinates.

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 int IndexFromPoint(
	Point p
)

Parameters

p
Type: System.DrawingPoint
A Point object containing the coordinates used to obtain the item index.

Return Value

Type: Int32
The zero-based index of the item found at the specified coordinates; returns ListBox.NoMatches if no match is found.
See Also