Spread Windows Forms 9.0 Product Documentation
PaintTabStripTabEventArgs Constructor


View that contains the sheet
Graphics device
Index of the tab
Rectangle area representing the tab
Outline around the tab
Creates a new object with the PaintTabStripTab event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal view As SpreadView, _
   ByVal g As Graphics, _
   ByVal tabIndex As Integer, _
   ByVal tabRectangle As Rectangle, _
   ByVal tabPath As GraphicsPath _
)
'Usage
 
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)
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
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

PaintTabStripTabEventArgs Class
PaintTabStripTabEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.