Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PaintTabStripTabEventArgs Class / TabRectangle Property


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