Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IReservedMouseSupport Interface / GetTooltip Method
Object with the reserved cursor.


In This Topic
GetTooltip Method
In This Topic
Gets the tooltip displayed for this element.
Syntax
'Declaration
 
Function GetTooltip( _
   ByVal o As Object _
) As String
 
'Usage
 
Dim instance As IReservedMouseSupport
Dim o As Object
Dim value As String
 
value = instance.GetTooltip(o)

Parameters

o
Object with the reserved cursor.

Return Value

The tooltip displayed for this element.
See Also