KryptonTextBoxGetPositionFromCharIndex 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: 2024.1.1.0 (2024.1.1.0)
Syntax public Point GetPositionFromCharIndex(
int index
)
Parameters
- index
- Type: SystemInt32
The index of the character for which to retrieve the location.
Return Value
Type:
PointThe location of the specified character.
See Also