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

The Y coordinate where the tooltip will display

Syntax

Visual Basic (Declaration) 
Public Property Y As System.Integer
C# 
public System.int Y {get; set;}

Property Value

Integer

Remarks

Assigning a new value to this property will affect where the tooltip appears on the users screen.

Requirements

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

See Also