[]
        
(Showing Draft Content)

C1.WPF.ExpressionEditor.C1ExpressionRichTextBox.ShowDescriptionToolTip

ShowDescriptionToolTip Method

ShowDescriptionToolTip(ExpressionItem, double, double)

Show the tooltip of description.

Declaration
public void ShowDescriptionToolTip(ExpressionItem item, double x, double y)
Public Sub ShowDescriptionToolTip(item As ExpressionItem, x As Double, y As Double)
Parameters
Type Name Description
ExpressionItem item

The expression item.

double x

The point of the x.

double y

The point of the y.

ShowDescriptionToolTip(ExpressionItem, double, double, int)

Show the tooltip of description.

Declaration
public void ShowDescriptionToolTip(ExpressionItem item, double x, double y, int argNum)
Public Sub ShowDescriptionToolTip(item As ExpressionItem, x As Double, y As Double, argNum As Integer)
Parameters
Type Name Description
ExpressionItem item

The expression item.

double x

The point of the x.

double y

The point of the y.

int argNum

The number of parameters.