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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public ToolTipEventArgs(
	ViewBase target,
	Point screenPt
)

Parameters

target
Type: Internal.ComponentFactory.Krypton.ToolkitViewBase
Reference to view element that requires tooltip.
screenPt
Type: System.DrawingPoint
Screen location of mouse when tooltip was required.
See Also