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

A rectangle representing the area of the control where the tab was painted.

Syntax

Visual Basic (Declaration) 
Public Property TabRect As Rectangle
C# 
public Rectangle TabRect {get; set;}

Property Value

Rectangle

Remarks

If an image is being displayed inside the tab with the text, this rectangle will include the area where the image has been drawn.

Requirements

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

See Also