KryptonTextBoxGetPositionFromCharIndex Method |
Retrieves the location within the control at the specified character index.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic Point GetPositionFromCharIndex(
int index
)
Parameters
- index Int32
- The index of the character for which to retrieve the location.
Return Value
PointThe location of the specified character.
See Also