Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PaintTabStripTabEventArgs Class / TabRectangle Property


In This Topic
TabRectangle Property
In This Topic
Gets the rectangle area that represents the tab.
Syntax
'Declaration
 
Public ReadOnly Property TabRectangle As Rectangle
 
'Usage
 
Dim instance As PaintTabStripTabEventArgs
Dim value As Rectangle
 
value = instance.TabRectangle
See Also