KryptonRibbonGroupTextBoxGetCharFromPosition Method |
Retrieves the character that is closest to the specified location within the control.
Namespace: Internal.ComponentFactory.Krypton.RibbonAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic int GetCharFromPosition(
Point pt
)
Parameters
- pt Point
- The location from which to seek the nearest character.
Return Value
Int32The character at the specified location.
See Also