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