Method PaintItemValueText
- Assembly
- Alternet.Scripter.Debugger.UI.v10.dll
PaintItemValueText(Graphics, Rectangle, IDataTip, EvaluationResult, string)
Paints Value text of the IDataTip item with specified parameters.
public virtual void PaintItemValueText(Graphics g, Rectangle bounds, IDataTip dataTip, EvaluationResult itemData, string value)
Parameters
gGraphicsThe Graphics object to draw on.
boundsRectangleRectangle that bounds the drawing area for the ItemValue text.
dataTipIDataTipIDataTipto be drawn.itemDataEvaluationResultThe result of evaluation.
valuestringText to be drawn.