Click or drag to resize

KryptonPageGetTextMapping Method

Gets the string that matches the mapping request.

Namespace:  Internal.ComponentFactory.Krypton.Navigator
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public virtual string GetTextMapping(
	MapKryptonPageText mapping
)

Parameters

mapping
Type: Internal.ComponentFactory.Krypton.NavigatorMapKryptonPageText
Text mapping.

Return Value

Type: String
Matching string.
See Also