[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PaintTabStripTabEventArgs

PaintTabStripTabEventArgs Class

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

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

Constructors

Name Description
PaintTabStripTabEventArgs(SpreadView, Graphics, int, Rectangle, GraphicsPath)

Creates a new object with the PaintTabStripTab event arguments.

Properties

Name Description
Cancel

Gets or sets the cancel flag.

Graphics

Gets the graphics device that handles the tab.

TabIndex

Gets the index of the tab to be painted.

TabPath

Gets the outline of the tab.

TabRectangle

Gets the rectangle area that represents the tab.