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

The height to be used for the Footer section of the tooltip when it displays.

Syntax

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

Property Value

Integer

Remarks

If the FooterVisible Property is set to false, this property will report 0.

Requirements

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

See Also