ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.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.

In This Topic
    ShowDescriptionToolTip(ExpressionItem,Double,Double,Int32) Method
    In This Topic
    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