Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / PaintTabStripButton Event


In This Topic
    PaintTabStripButton Event
    In This Topic
    Occurs when a TabStrip button needs painting.
    Syntax
    'Declaration
     
    
    Public Event PaintTabStripButton As PaintTabStripButtonEventHandler
    'Usage
     
    
    Dim instance As FpSpread
    Dim handler As PaintTabStripButtonEventHandler
     
    AddHandler instance.PaintTabStripButton, handler
    public event PaintTabStripButtonEventHandler PaintTabStripButton
    Event Data

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

    PropertyDescription
    Gets the rectangular area that represents the tab button.  
    Gets or sets the cancel flag.  
    Gets the graphics device that handles the tab button.  
    Gets or sets whether the tab button is pressed.  
    Gets the tab button to paint.  
    See Also