dbicTips Send comments on this topic.
Location Property
See Also 
dbicTips Assembly > Dbi.WinControl.Tips Namespace > BeforeTipShowEventArgs Class : Location Property

The X and Y coordinates of the top left corner of the tooltip when it displays.

Syntax

Visual Basic (Declaration) 
Public Property Location As System.Drawing.Point
C# 
public System.Drawing.Point Location {get; set;}

Property Value

Point

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also