Click or drag to resize

KryptonListItem Constructor (String, String, Image, Color)

Initialize a new instance of the KryptonListItem class.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public KryptonListItem(
	string shortText,
	string longText,
	Image image,
	Color imageTransparentColor
)

Parameters

shortText
Type: SystemString
Initial short text value.
longText
Type: SystemString
Initial long text value.
image
Type: System.DrawingImage
Initial image value.
imageTransparentColor
Type: System.DrawingColor
Initial transparent image color.
See Also