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

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

Syntax

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

Property Value

Integer

Remarks

If the HeaderVisible Property is false, this property will report 0.

Requirements

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

See Also