PaintTabStripTabEventArgs Constructor
In This Topic
Creates a new object with the PaintTabStripTab event arguments.
Syntax
'Declaration
Public Function New( _
ByVal As SpreadView, _
ByVal As Graphics, _
ByVal As Integer, _
ByVal As Rectangle, _
ByVal 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 ,
Graphics ,
int ,
Rectangle ,
GraphicsPath
)
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
See Also