KryptonCheckedListBoxIndexFromPoint Method (Int32, Int32) |
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 public int IndexFromPoint(
int x,
int y
)
Parameters
- x
- Type: SystemInt32
The x-coordinate of the location to search. - y
- Type: SystemInt32
The y-coordinate of the location to search.
Return Value
Type:
Int32The zero-based index of the item found at the specified coordinates; returns ListBox.NoMatches if no match is found.
See Also