ShowDescriptionToolTip(ExpressionItem,Double,Double,Int32) Method
In This Topic
Show the tooltip of description.
Syntax
'Declaration
Public Overloads Sub ShowDescriptionToolTip( _
ByVal As ExpressionItem, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Integer _
)
public void ShowDescriptionToolTip(
ExpressionItem ,
System.double ,
System.double ,
System.int
)
Parameters
- item
- The expression item.
- x
- The point of the x.
- y
- The point of the y.
- argNum
- The number of parameters.
See Also