KryptonTextBoxGetCharIndexFromPosition Method |
Retrieves the index of the character nearest to the specified location.
Namespace:
Internal.ComponentFactory.Krypton.Toolkit
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntaxpublic int GetCharIndexFromPosition(
Point pt
)
Parameters
- pt
- Type: System.DrawingPoint
The location to search.
Return Value
Type:
Int32The zero-based character index at the specified location.
See Also