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 (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.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