Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PaintTabStripEventArgs Class / TabStripRectangle Property


In This Topic
    TabStripRectangle Property
    In This Topic
    Gets the rectangle area that represents the tab.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TabStripRectangle As Rectangle
    'Usage
     
    
    Dim instance As PaintTabStripEventArgs
    Dim value As Rectangle
     
    value = instance.TabStripRectangle
    public Rectangle TabStripRectangle {get;}
    See Also