KryptonBreadCrumbItem Constructor (String, String) |
Initialize a new instance of the KryptonBreadCrumbItem 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 KryptonBreadCrumbItem(
string shortText,
string longText
)
Parameters
- shortText
- Type: SystemString
Initial short text value. - longText
- Type: SystemString
Initial long text value.
See Also