Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / TabStrip Class / GetTabRectangle Method


In This Topic
GetTabRectangle Method
In This Topic
Gets the rectangle for the specified tab.
Syntax
'Declaration
 
Public Function GetTabRectangle( _
   ByVal index As Integer _
) As Rectangle
 
'Usage
 
Dim instance As TabStrip
Dim index As Integer
Dim value As Rectangle
 
value = instance.GetTabRectangle(index)

Parameters

index
See Also