[]
        
(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)
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)
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.