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

The height of the tooltip when it displays.

Syntax

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

Property Value

Integer

Remarks

Changing this property in this event will have no effect on the size of the displayed tip.  Use the AfterTipSizeCalculated Event instead.

Requirements

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

See Also