FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > PaintTabStripButtonEventArgs クラス : PaintTabStripButtonEventArgs コンストラクタ |
'Declaration Public Function New( _ ByVal view As SpreadView, _ ByVal g As Graphics, _ ByVal buttonRectangle As Rectangle, _ ByVal tabButton As TabStripButton, _ ByVal pressed As Boolean _ )
'使用法 Dim view As SpreadView Dim g As Graphics Dim buttonRectangle As Rectangle Dim tabButton As TabStripButton Dim pressed As Boolean Dim instance As New PaintTabStripButtonEventArgs(view, g, buttonRectangle, tabButton, pressed)
public PaintTabStripButtonEventArgs( SpreadView view, Graphics g, Rectangle buttonRectangle, TabStripButton tabButton, bool pressed )