Click or drag to resize

KryptonStorePage Constructor

Initialize a new instance of the KryptonStorePage class.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public KryptonStorePage(
	string uniqueName,
	string storeName
)

Parameters

uniqueName  String
UniqueName of the page this is placeholding.
storeName  String
Storage name associated with this page location.
See Also