KryptonRibbonGroupTextBoxGetCharIndexFromPosition Method  | 
 
            Retrieves the index of the character nearest to the specified location.
            
 
    Namespace: 
   Internal.ComponentFactory.Krypton.Ribbon
    Assembly:
   NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.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