Spread Windows Forms 10.0 Product Documentation
ScrollTipFetchEventArgs Constructor


View that is scrolled
Text in the scroll tip
New top row
New left column
Whether to show the scroll tip
Creates a new object with the ScrollTipFetch event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal view As SpreadView, _
   ByVal text As String, _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal showTip As Boolean _
)
'Usage
 
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
)

Parameters

view
View that is scrolled
text
Text in the scroll tip
row
New top row
column
New left column
showTip
Whether to show the scroll tip
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

ScrollTipFetchEventArgs Class
ScrollTipFetchEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.