LinkLabelController Constructor |
Initialize a new instance of the LinkLabelController class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic LinkLabelController(
ViewDrawContent target,
IPaletteContent paletteDisabled,
IPaletteContent paletteNormal,
IPaletteContent paletteTracking,
IPaletteContent palettePressed,
PaletteContentInheritOverride pressed,
NeedPaintHandler needPaint
)
Parameters
- target ViewDrawContent
- Target for state changes.
- paletteDisabled IPaletteContent
- Palette to use in the disabled state.
- paletteNormal IPaletteContent
- Palette to use in the normal state.
- paletteTracking IPaletteContent
- Palette to use in the tracking state.
- palettePressed IPaletteContent
- Palette to use in the pressed state.
- pressed PaletteContentInheritOverride
- Override to update with the pressed state.
- needPaint NeedPaintHandler
- Delegate for notifying paint requests.
See Also