[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PaintTabStripButtonEventArgs

PaintTabStripButtonEventArgs Class

Represents the event data for the PaintTabStripButton event for the Spread component.

Inheritance
PaintTabStripButtonEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class PaintTabStripButtonEventArgs : EventArgs
Public Class PaintTabStripButtonEventArgs
    Inherits EventArgs

Constructors

Name Description
PaintTabStripButtonEventArgs(SpreadView, Graphics, Rectangle, TabStripButton, bool)

Creates a new object with the PaintTabStrip event arguments.

Properties

Name Description
ButtonRectangle

Gets the rectangular area that represents the tab button.

Cancel

Gets or sets the cancel flag.

Graphics

Gets the graphics device that handles the tab button.

Pressed

Gets or sets whether the tab button is pressed.

TabButton

Gets the tab button to paint.