dbicTabs Send comments on this topic.
PaintText Property
See Also 
dbicTabs Assembly > Dbi.WinControl.Tabs Namespace > UserDrawnTabTextEventArgs Class : PaintText Property

Detemines if the internal routines of the control will handle the painting of the text.

Syntax

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

Property Value

Boolean

Remarks

Setting this property to false will disable the internal routines and give complete control of the text rendering to the developer.

Requirements

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

See Also