Click or drag to resize

KryptonTextBoxGetCharIndexFromPosition Method

Retrieves the index of the character nearest to the specified location.

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 GetCharIndexFromPosition(
	Point pt
)

Parameters

pt
Type: System.DrawingPoint
The location to search.

Return Value

Type: Int32
The zero-based character index at the specified location.
See Also