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

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

Syntax

Visual Basic (Declaration) 
Public Property PaintFooter As System.Boolean
C# 
public System.bool PaintFooter {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 footer.

Requirements

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

See Also