Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetTabSplitBoxRectangle Method


In This Topic
    GetTabSplitBoxRectangle Method (FpSpread)
    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 FpSpread
    Dim value As Rectangle
     
    value = instance.GetTabSplitBoxRectangle()
    public Rectangle GetTabSplitBoxRectangle()

    Return Value

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