Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / PaintTabStrip Event


In This Topic
    PaintTabStrip Event
    In This Topic
    Occurs when the tab strip needs painting.
    Syntax
    'Declaration
     
    
    Public Event PaintTabStrip As PaintTabStripEventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As PaintTabStripEventHandler
     
    AddHandler instance.PaintTabStrip, handler
    public event PaintTabStripEventHandler PaintTabStrip
    Event Data

    The event handler receives an argument of type PaintTabStripEventArgs containing data related to this event. The following PaintTabStripEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the graphics device that handles the tab.  
    Gets the rectangle area that represents the tab.  
    See Also