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

Determines if the internal painting routines should draw the header of the tooltip.

Syntax

Visual Basic (Declaration) 
Public Property PaintHeader As System.Boolean
C# 
public System.bool PaintHeader {get; set;}

Property Value

Boolean

Remarks

If set to False, the control does not execute its internal painting routines, and the developer has complete control of the drawing of the tooltip header.

Requirements

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

See Also