FlexGrid for WinForms
ToolTipEventArgs Constructor



Index of the row that caused the event.
Index of the column that caused the event.
Text to display in the ToolTip
Initializes a new instance of the ToolTipEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal col As Integer, _
   ByVal toolTipText As String _
)
'Usage
 
Dim row As Integer
Dim col As Integer
Dim toolTipText As String
 
Dim instance As New ToolTipEventArgs(row, col, toolTipText)
public ToolTipEventArgs( 
   int row,
   int col,
   string toolTipText
)
public:
ToolTipEventArgs( 
   int row,
   int col,
   String^ toolTipText
)

Parameters

row
Index of the row that caused the event.
col
Index of the column that caused the event.
toolTipText
Text to display in the ToolTip
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

ToolTipEventArgs Class
ToolTipEventArgs Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback