'Declaration
Public Function New( _
ByVal As SpreadView, _
ByVal As Graphics, _
ByVal As Rectangle _
)
'使用法
Dim view As SpreadView
Dim g As Graphics
Dim tabStripRectangle As Rectangle
Dim instance As New PaintTabStripEventArgs(view, g, tabStripRectangle)