Click or drag to resize

ToolTipEventArgs Constructor

Initialize a new instance of the ButtonSpecEventArgs class.

Namespace: Internal.ComponentFactory.Krypton.Toolkit
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ToolTipEventArgs(
	ViewBase target,
	Point screenPt
)

Parameters

target  ViewBase
Reference to view element that requires tooltip.
screenPt  Point
Screen location of mouse when tooltip was required.
See Also