Table of Contents

Method PaintScrollButton

Namespace
Alternet.Scripter.Debugger.UI.DataTips.Painting
Assembly
Alternet.Scripter.Debugger.UI.v9.dll

PaintScrollButton(Graphics, Rectangle, IDataTip, bool, bool)

Paints scrolling button of the IDataTip item with specified parameters.

public virtual void PaintScrollButton(Graphics g, Rectangle bounds, IDataTip dataTip, bool up, bool highlighted)

Parameters

g Graphics

The Graphics object to draw on.

bounds Rectangle

Rectangle that bounds the drawing area for the scrolling button.

dataTip IDataTip

IDataTip to be drawn.

up bool

Indicates whether scrolling button is up or down type.

highlighted bool

Indicates whether scrolling button is highlighted.