Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PaintTabStripButtonEventArgs Class / ButtonRectangle Property


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