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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public KryptonStorePage(
	string uniqueName,
	string storeName
)

Parameters

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