シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.Integer, _
   ByVal  As System.String, _
   ByVal  As System.Drawing.Rectangle, _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As C1.Win.SuperTooltip.C1SuperTooltipBase _
)
             
        
            
            public ItemTooltipShowingEventArgs( 
   System.int ,
   System.string ,
   System.Drawing.Rectangle ,
   System.int ,
   System.int ,
   C1.Win.SuperTooltip.C1SuperTooltipBase 
)
             
        
             
        
            パラメータ
- index
 
- 強調表示されたドロップダウンリスト項目のインデックス。
 - text
 
- ツールチップに表示される HTML コンテンツ。
 - bounds
 
- 強調表示されたドロップダウンリスト項目の親要素内での境界(要素のサイズと場所)(ピクセル単位)。
 - x
 
- ツールチップが表示されるクライアントの X 座標。
 - y
 
- ツールチップが表示されるクライアントの Y 座標。
 - tooltip
 
- ツールチップオプションを設定するための C1.Win.SuperTooltip.C1SuperTooltipBase オブジェクト。
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照