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


In This Topic
    GetTabStripRectangle Method (FpSpread)
    In This Topic
    Gets the rectangle of the tab strip.
    Syntax
    'Declaration
     
    
    Public Function GetTabStripRectangle() As Rectangle
    'Usage
     
    
    Dim instance As FpSpread
    Dim value As Rectangle
     
    value = instance.GetTabStripRectangle()
    public Rectangle GetTabStripRectangle()

    Return Value

    Rectangle of the tab strip.
    See Also