Click or drag to resize

KryptonTextBoxGetCharFromPosition Method

Retrieves the character that is closest to the specified location within the control.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public int GetCharFromPosition(
	Point pt
)

Parameters

pt  Point
The location from which to seek the nearest character.

Return Value

Int32
The character at the specified location.
See Also