ToolTipEventArgs Constructor |
Initialize a new instance of the ButtonSpecEventArgs class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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