KryptonListItem Constructor (String, String, Image) |
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 public KryptonListItem(
string shortText,
string longText,
Image image
)
Parameters
- shortText
- Type: SystemString
Initial short text value. - longText
- Type: SystemString
Initial long text value. - image
- Type: System.DrawingImage
Initial image value.
See Also