PowerTools SPREAD for Windows Forms 8.0J
PaintTabStripButtonEventArgs コンストラクタ


シートを含むビュー
グラフィックデバイス
タブを表す矩形領域
描画する TabStripButton
ボタンが押されたかどうかを指定します。
PaintTabStrip イベント引数を含む新しいオブジェクトを作成します。
構文
public PaintTabStripButtonEventArgs( 
   SpreadView view,
   Graphics g,
   Rectangle buttonRectangle,
   TabStripButton tabButton,
   bool pressed
)
'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)

パラメータ

view
シートを含むビュー
g
グラフィックデバイス
buttonRectangle
タブを表す矩形領域
tabButton
描画する TabStripButton
pressed
ボタンが押されたかどうかを指定します。
参照

PaintTabStripButtonEventArgs クラス
PaintTabStripButtonEventArgs メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.