Click or drag to resize

VisualPopupToolTip Constructor (PaletteRedirect, IContentValues, IRenderer, PaletteBackStyle, PaletteBorderStyle, PaletteContentStyle)

Initialize a new instance of the VisualPopupTooltip 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 VisualPopupToolTip(
	PaletteRedirect redirector,
	IContentValues contentValues,
	IRenderer renderer,
	PaletteBackStyle backStyle,
	PaletteBorderStyle borderStyle,
	PaletteContentStyle contentStyle
)

Parameters

redirector
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteRedirect
Redirector for recovering palette values.
contentValues
Type: Internal.ComponentFactory.Krypton.ToolkitIContentValues
Source of content values.
renderer
Type: Internal.ComponentFactory.Krypton.ToolkitIRenderer
Drawing renderer.
backStyle
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteBackStyle
Style for the tooltip background.
borderStyle
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteBorderStyle
Style for the tooltip border.
contentStyle
Type: Internal.ComponentFactory.Krypton.ToolkitPaletteContentStyle
Style for the tooltip content.
See Also