Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal view As SpreadView, _ ByVal g As Graphics, _ ByVal tabIndex As Integer, _ ByVal tabRectangle As Rectangle, _ ByVal tabPath As GraphicsPath _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim view As SpreadView Dim g As Graphics Dim tabIndex As Integer Dim tabRectangle As Rectangle Dim tabPath As GraphicsPath Dim instance As New PaintTabStripTabEventArgs(view, g, tabIndex, tabRectangle, tabPath) |
C# | |
---|---|
public PaintTabStripTabEventArgs( SpreadView view, Graphics g, int tabIndex, Rectangle tabRectangle, GraphicsPath tabPath ) |
Parameters
- view
- View that contains the sheet
- g
- Graphics device
- tabIndex
- Index of the tab
- tabRectangle
- Rectangle area representing the tab
- tabPath
- Outline around the tab
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2