Click or drag to resize

KryptonPage(String, String) Constructor

Initialize a new instance of the KryptonPage class.

Namespace: Internal.ComponentFactory.Krypton.Navigator
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public KryptonPage(
	string text,
	string uniqueName
)

Parameters

text  String
Initial text.
uniqueName  String
Initial unique name.
See Also