ToolTipController Constructor |
Initialize an instance of the TooltipController class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ToolTipController(
ToolTipManager manager,
ViewBase targetElement,
IMouseController targetController
)
Parameters
- manager ToolTipManager
- Reference to manager of all tooltip functionality.
- targetElement ViewBase
- Target element that controller is for.
- targetController IMouseController
- Target controller that we are snooping.
See Also