ComponentOne Expression Editor for WPF
C1.WPF.ExpressionEditor.4.6.2 Assembly / C1.WPF.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 Double, _
       ByVal y As Double _
    ) 
    public void ShowDescriptionToolTip( 
       ExpressionItem item,
       double x,
       double y
    )

    Parameters

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