ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / C1ExpressionRichTextBox Class / ShowDescriptionToolTip Method / ShowDescriptionToolTip(ExpressionItem,Double,Double) Method
The expression item.
The point of the x.
The point of the y.

In This Topic
    ShowDescriptionToolTip(ExpressionItem,Double,Double) 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 _
    ) 
    public void ShowDescriptionToolTip( 
       ExpressionItem item,
       System.double x,
       System.double y
    )

    Parameters

    item
    The expression item.
    x
    The point of the x.
    y
    The point of the y.
    See Also