Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetTabSplitBoxRectangle Method


In This Topic
GetTabSplitBoxRectangle Method (SpreadView)
In This Topic
Gets the rectangle of the split box on the tab strip.
Syntax
'Declaration
 
Public Function GetTabSplitBoxRectangle() As Rectangle
 
'Usage
 
Dim instance As SpreadView
Dim value As Rectangle
 
value = instance.GetTabSplitBoxRectangle()

Return Value

Rectangle of the split box on the tab strip.
See Also