ComponentOne Expression Editor for WPF
ShowDescriptionToolTip(ExpressionItem,Double,Double,Int32) Method

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace > C1ExpressionRichTextBox Class > ShowDescriptionToolTip Method : ShowDescriptionToolTip(ExpressionItem,Double,Double,Int32) Method
The expression item.
The point of the x.
The point of the y.
The number of parameters.
Show the tooltip of description.
Syntax
'Declaration
 
Public Overloads Sub ShowDescriptionToolTip( _
   ByVal item As ExpressionItem, _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal argNum As System.Integer _
) 
public void ShowDescriptionToolTip( 
   ExpressionItem item,
   System.double x,
   System.double y,
   System.int argNum
)

Parameters

item
The expression item.
x
The point of the x.
y
The point of the y.
argNum
The number of parameters.
See Also

Reference

C1ExpressionRichTextBox Class
C1ExpressionRichTextBox Members
Overload List