Method PaintItemExpandArrow
- Assembly
- Alternet.Scripter.Debugger.UI.v9.dll
PaintItemExpandArrow(Graphics, Rectangle, IDataTip, EvaluationResult, bool)
Paints ExpandArrow element of the IDataTip
item with specified parameters.
public virtual void PaintItemExpandArrow(Graphics g, Rectangle bounds, IDataTip dataTip, EvaluationResult itemData, bool expanded)
Parameters
g
GraphicsThe Graphics object to draw on.
bounds
RectangleRectangle that bounds the drawing area for the ExpandArrow element.
dataTip
IDataTipIDataTip
to be drawn.itemData
EvaluationResultThe result of evaluation.
expanded
boolState of the ExpandArrow element.