KryptonRibbonGroupTextBoxGetCharFromPosition Method  | 
 
            Retrieves the character that is closest to the specified location within the control.
            
 
    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 GetCharFromPosition(
	Point pt
)
Parameters
- pt
 - Type: System.DrawingPoint
The location from which to seek the nearest character. 
Return Value
Type: 
Int32The character at the specified location.
See Also