Click or drag to resize

KryptonRibbonGroupTextBoxGetPositionFromCharIndex Method

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

Namespace:  Internal.ComponentFactory.Krypton.Ribbon
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.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