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


スクロールされたビュー
スクロールヒントのテキスト
新しい一番上の行
新しい左の列
スクロールヒントを表示するかどうか
ScrollTipFetch イベント引数を含む新しいオブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal view As SpreadView, _
   ByVal text As String, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal showTip As Boolean _
)
'使用法
 
Dim view As SpreadView
Dim text As String
Dim row As Integer
Dim column As Integer
Dim showTip As Boolean
 
Dim instance As New ScrollTipFetchEventArgs(view, text, row, column, showTip)
public ScrollTipFetchEventArgs( 
   SpreadView view,
   string text,
   int row,
   int column,
   bool showTip
)

パラメータ

view
スクロールされたビュー
text
スクロールヒントのテキスト
row
新しい一番上の行
column
新しい左の列
showTip
スクロールヒントを表示するかどうか
参照

ScrollTipFetchEventArgs クラス
ScrollTipFetchEventArgs メンバ

 

 


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