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

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

Syntax

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

Requirements

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

See Also