GrapeCity MultiRow Windows Forms Documentation
ScrollTipTextNeededEventArgs Constructor


The direction.
The scroll bar value.
The top row index in the visual area.
A System.String value that specifies the scroll tip text of the cell.
Initializes a new instance of the ScrollTipTextNeededEventArgs class.
Syntax
Public Function New( _
   ByVal direction As Orientation, _
   ByVal scrollBarValue As Integer, _
   ByVal scrollRowIndex As Integer, _
   ByVal scrollTipText As String _
)
Dim direction As Orientation
Dim scrollBarValue As Integer
Dim scrollRowIndex As Integer
Dim scrollTipText As String
 
Dim instance As New ScrollTipTextNeededEventArgs(direction, scrollBarValue, scrollRowIndex, scrollTipText)
public ScrollTipTextNeededEventArgs( 
   Orientation direction,
   int scrollBarValue,
   int scrollRowIndex,
   string scrollTipText
)

Parameters

direction
The direction.
scrollBarValue
The scroll bar value.
scrollRowIndex
The top row index in the visual area.
scrollTipText
A System.String value that specifies the scroll tip text of the cell.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScrollTipTextNeededEventArgs Class
ScrollTipTextNeededEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.