VisualPopupToolTip(PaletteRedirect, IContentValues, IRenderer, PaletteBackStyle, PaletteBorderStyle, PaletteContentStyle) Constructor |
Initialize a new instance of the VisualPopupTooltip class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic VisualPopupToolTip(
PaletteRedirect redirector,
IContentValues contentValues,
IRenderer renderer,
PaletteBackStyle backStyle,
PaletteBorderStyle borderStyle,
PaletteContentStyle contentStyle
)
Parameters
- redirector PaletteRedirect
- Redirector for recovering palette values.
- contentValues IContentValues
- Source of content values.
- renderer IRenderer
- Drawing renderer.
- backStyle PaletteBackStyle
- Style for the tooltip background.
- borderStyle PaletteBorderStyle
- Style for the tooltip border.
- contentStyle PaletteContentStyle
- Style for the tooltip content.
See Also