dbicList Send comments on this topic.
PaintTitle Property
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > UserDrawnTitleEventArgs Class : PaintTitle Property

Determines if the internal routines of the control should draw the title. When the PaintTitle property is set to False the control does not execute its internal paint routine and the developer has control over the painting of the title.

Syntax

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

Property Value

Boolean

Requirements

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

See Also