Click or drag to resize

KryptonPage Constructor (String, Image, String)

Initialize a new instance of the KryptonPage class.

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 KryptonPage(
	string text,
	Image imageSmall,
	string uniqueName
)

Parameters

text
Type: SystemString
Initial text.
imageSmall
Type: System.DrawingImage
Initial small image.
uniqueName
Type: SystemString
Initial unique name.
See Also