Click or drag to resize

KryptonMaskedTextBoxGetPositionFromCharIndex Method

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

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 Point GetPositionFromCharIndex(
	int index
)

Parameters

index  Int32
The index of the character for which to retrieve the location.

Return Value

Point
The location of the specified character.
See Also