Click or drag to resize

KryptonTextBoxGetPositionFromCharIndex Method

Retrieves the location within the control at the specified character index.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public Point GetPositionFromCharIndex(
	int index
)

Parameters

index
Type: SystemInt32
The index of the character for which to retrieve the location.

Return Value

Type: Point
The location of the specified character.
See Also