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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public int GetCharFromPosition(
	Point pt
)

Parameters

pt
Type: System.DrawingPoint
The location from which to seek the nearest character.

Return Value

Type: Int32
The character at the specified location.
See Also